Home
last modified time | relevance | path

Searched refs:FP_NORMAL (Results 1 – 25 of 35) sorted by relevance

12

/third_party/musl/libc-test/src/math/
Dfpclassify.c16 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/
Dfpclassify-invalid-ld80.c20 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/
Dutils-vixl.cc187 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.c28 return FP_NORMAL; in __fpclassifyl()
40 return FP_NORMAL; in __fpclassifyl()
D__fpclassify.c10 return FP_NORMAL; in __fpclassify()
/third_party/musl/porting/liteos_a/kernel/src/math/
D__fpclassifyl.c28 return FP_NORMAL; in __fpclassifyl()
40 return FP_NORMAL; in __fpclassifyl()
D__fpclassifyf.c10 return FP_NORMAL; in __fpclassifyf()
D__fpclassify.c10 return FP_NORMAL; in __fpclassify()
/third_party/musl/porting/uniproton/kernel/src/math/
D__fpclassifyl.c28 return FP_NORMAL; in __fpclassifyl()
40 return FP_NORMAL; in __fpclassifyl()
D__fpclassify.c10 return FP_NORMAL; in __fpclassify()
/third_party/musl/src/math/
D__fpclassifyl.c28 return FP_NORMAL; in __fpclassifyl()
40 return FP_NORMAL; in __fpclassifyl()
D__fpclassifyf.c10 return FP_NORMAL; in __fpclassifyf()
D__fpclassify.c10 return FP_NORMAL; in __fpclassify()
/third_party/musl/libc-test/src/functionalext/supplement/math/
D__fpclassifyl.c30 EXPECT_EQ("__fpclassifyl_0100", ret, FP_NORMAL); in __fpclassifyl_0100()
D__fpclassifyf.c30 EXPECT_EQ("__fpclassifyf_0100", ret, FP_NORMAL); in __fpclassifyf_0100()
/third_party/musl/ndk_musl_include/
Dmath.h37 #define FP_NORMAL 4 macro
86 __fpclassifyl(x) == FP_NORMAL)
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h37 #define FP_NORMAL 4 macro
86 __fpclassifyl(x) == FP_NORMAL)
/third_party/musl/include/
Dmath.h37 #define FP_NORMAL 4 macro
86 __fpclassifyl(x) == FP_NORMAL)
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h37 #define FP_NORMAL 4 macro
86 __fpclassifyl(x) == FP_NORMAL)
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h37 #define FP_NORMAL 4 macro
86 __fpclassifyl(x) == FP_NORMAL)
/third_party/mesa3d/src/mesa/main/
Dquerymatrix.c101 case FP_NORMAL: in _mesa_QueryMatrixxOES()
/third_party/skia/third_party/externals/tint/src/writer/
Dfloat_to_string.cc77 case FP_NORMAL: in FloatToBitPreservingString()
/third_party/node/deps/v8/src/codegen/arm64/
Dutils-arm64.cc72 return FP_NORMAL; in float16classify()
/third_party/musl/libc-test/src/api/
Dmath.c46 C(FP_NORMAL) in f()
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-logic-arm64.cc120 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()

12