Searched defs:finite (Results 1 – 10 of 10) sorted by relevance
/third_party/jerryscript/jerry-libm/ |
D | finite.c | 35 finite (double x) in finite() function
|
/third_party/musl/src/math/ |
D | finite.c | 4 int finite(double x) in finite() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | finite.c | 4 int finite(double x) in finite() function
|
/third_party/skia/tests/ |
D | ScalarTest.cpp | 173 bool finite = gProc1[k](rec.fValue); in test_isfinite() local 186 bool finite = gProc2[m](rec0.fValue, rec1.fValue, proc1); in test_isfinite() local
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | OptimalIntrinsics.cpp | 19 Float4 Reciprocal(RValue<Float4> x, bool pp = false, bool finite = false, bool exactAtPow2 = false) in Reciprocal()
|
D | Reactor.cpp | 4671 static RValue<T> DoRcp(RValue<T> x, Precision p, bool finite, bool exactAtPow2) in DoRcp() 4705 RValue<Float4> Rcp(RValue<Float4> x, Precision p, bool finite, bool exactAtPow2) in Rcp() 4711 RValue<Float> Rcp(RValue<Float> x, Precision p, bool finite, bool exactAtPow2) in Rcp()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | tarith.c | 85 int finite = 0; in validation_ascii_to_fp() local
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | ShaderCore.cpp | 225 Float4 reciprocal(RValue<Float4> x, bool pp, bool finite, bool exactAtPow2) in reciprocal()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
D | mutex_test.cc | 1313 const absl::Duration finite = 3 * TimeoutTestAllowedSchedulingDelay(); local
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 187 Float4 reciprocal(RValue<Float4> x, bool pp, bool finite, bool exactAtPow2) in reciprocal()
|