/third_party/musl/libc-test/src/math/ |
D | fpclassify.c | 16 T(0x1.ffffp127, FP_NORMAL) 17 T(-0x1.ffffp127, FP_NORMAL) 22 T(3.14, FP_NORMAL) 23 T(-42, FP_NORMAL) 35 T(0x1.ffffp1023, FP_NORMAL) 36 T(-0x1.ffffp1023, FP_NORMAL) 41 T(3.14, FP_NORMAL) 42 T(-42, FP_NORMAL) 55 T(0x1.ffffp16383L, FP_NORMAL) 56 T(-0x1.ffffp16383L, FP_NORMAL) [all …]
|
/third_party/musl/libc-test/src/regression/ |
D | fpclassify-invalid-ld80.c | 20 C(FP_NORMAL) in strclass() 51 T(u.f, "zero with msb set", c, FP_NORMAL, s, "0x1p-16382"); in main() 53 T(u.f, "subnormal with msb set", c, FP_NORMAL, s, "0x1.0000000000000002p-16382"); in main()
|
/third_party/vixl/src/ |
D | utils-vixl.cc | 187 return FP_NORMAL; in Float16Classify() 319 case FP_NORMAL: in FPToFloat() 374 case FP_NORMAL: in FPToFloat() 386 if (std::fpclassify(value) == FP_NORMAL) { in FPToFloat() 432 case FP_NORMAL: in FPToDouble() 486 case FP_NORMAL: in FPToFloat16() 540 case FP_NORMAL: in FPToFloat16()
|
/third_party/musl/porting/liteos_m/kernel/src/math/ |
D | __fpclassifyl.c | 28 return FP_NORMAL; in __fpclassifyl() 40 return FP_NORMAL; in __fpclassifyl()
|
D | __fpclassify.c | 10 return FP_NORMAL; in __fpclassify()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | __fpclassifyl.c | 28 return FP_NORMAL; in __fpclassifyl() 40 return FP_NORMAL; in __fpclassifyl()
|
D | __fpclassifyf.c | 10 return FP_NORMAL; in __fpclassifyf()
|
D | __fpclassify.c | 10 return FP_NORMAL; in __fpclassify()
|
/third_party/musl/porting/uniproton/kernel/src/math/ |
D | __fpclassifyl.c | 28 return FP_NORMAL; in __fpclassifyl() 40 return FP_NORMAL; in __fpclassifyl()
|
D | __fpclassify.c | 10 return FP_NORMAL; in __fpclassify()
|
/third_party/musl/src/math/ |
D | __fpclassifyl.c | 28 return FP_NORMAL; in __fpclassifyl() 40 return FP_NORMAL; in __fpclassifyl()
|
D | __fpclassifyf.c | 10 return FP_NORMAL; in __fpclassifyf()
|
D | __fpclassify.c | 10 return FP_NORMAL; in __fpclassify()
|
/third_party/musl/libc-test/src/functionalext/supplement/math/ |
D | __fpclassifyl.c | 30 EXPECT_EQ("__fpclassifyl_0100", ret, FP_NORMAL); in __fpclassifyl_0100()
|
D | __fpclassifyf.c | 30 EXPECT_EQ("__fpclassifyf_0100", ret, FP_NORMAL); in __fpclassifyf_0100()
|
/third_party/musl/ndk_musl_include/ |
D | math.h | 37 #define FP_NORMAL 4 macro 86 __fpclassifyl(x) == FP_NORMAL)
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 37 #define FP_NORMAL 4 macro 86 __fpclassifyl(x) == FP_NORMAL)
|
/third_party/musl/include/ |
D | math.h | 37 #define FP_NORMAL 4 macro 86 __fpclassifyl(x) == FP_NORMAL)
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 37 #define FP_NORMAL 4 macro 86 __fpclassifyl(x) == FP_NORMAL)
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 37 #define FP_NORMAL 4 macro 86 __fpclassifyl(x) == FP_NORMAL)
|
/third_party/mesa3d/src/mesa/main/ |
D | querymatrix.c | 101 case FP_NORMAL: in _mesa_QueryMatrixxOES()
|
/third_party/skia/third_party/externals/tint/src/writer/ |
D | float_to_string.cc | 77 case FP_NORMAL: in FloatToBitPreservingString()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
D | utils-arm64.cc | 72 return FP_NORMAL; in float16classify()
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 46 C(FP_NORMAL) in f()
|
/third_party/node/deps/v8/src/execution/arm64/ |
D | simulator-logic-arm64.cc | 120 case FP_NORMAL: in FPToDouble() 181 case FP_NORMAL: { in FPToFloat() 230 case FP_NORMAL: in FPToFloat16() 278 case FP_NORMAL: in FPToFloat16() 327 case FP_NORMAL: in FPToFloat() 335 if (std::fpclassify(value) == FP_NORMAL) { in FPToFloat()
|