Home
last modified time | relevance | path

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

12

/third_party/musl/libc-test/src/math/
Dfpclassify.c18 T(0x1p-127, FP_SUBNORMAL)
19 T(-0x1p-127, FP_SUBNORMAL)
37 T(0x1p-1023, FP_SUBNORMAL)
38 T(-0x1p-1023, FP_SUBNORMAL)
57 T(0x1p-16383L, FP_SUBNORMAL)
58 T(-0x1p-16383L, FP_SUBNORMAL)
62 T(0x1p-1023L, FP_SUBNORMAL)
63 T(-0x1p-1023L, FP_SUBNORMAL)
78 C(FP_SUBNORMAL) in strclass()
/third_party/vixl/src/
Dutils-vixl.cc180 return FP_SUBNORMAL; in Float16Classify()
285 case FP_SUBNORMAL: { in FPToFloat()
375 case FP_SUBNORMAL: { in FPToFloat()
433 case FP_SUBNORMAL: in FPToDouble()
487 case FP_SUBNORMAL: { in FPToFloat16()
541 case FP_SUBNORMAL: { in FPToFloat16()
/third_party/musl/porting/liteos_m/kernel/src/math/
D__fpclassifyl.c15 return u.i.m ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl()
37 return u.i2.lo | u.i2.hi ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl()
D__fpclassify.c8 if (!e) return u.i<<1 ? FP_SUBNORMAL : FP_ZERO; in __fpclassify()
/third_party/musl/porting/liteos_a/kernel/src/math/
D__fpclassifyl.c15 return u.i.m ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl()
37 return u.i2.lo | u.i2.hi ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl()
D__fpclassifyf.c8 if (!e) return u.i<<1 ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyf()
D__fpclassify.c8 if (!e) return u.i<<1 ? FP_SUBNORMAL : FP_ZERO; in __fpclassify()
/third_party/musl/porting/uniproton/kernel/src/math/
D__fpclassifyl.c15 return u.i.m ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl()
37 return u.i2.lo | u.i2.hi ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl()
D__fpclassify.c8 if (!e) return u.i<<1 ? FP_SUBNORMAL : FP_ZERO; in __fpclassify()
/third_party/musl/src/math/
D__fpclassifyl.c15 return u.i.m ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl()
37 return u.i2.lo | u.i2.hi ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyl()
D__fpclassifyf.c8 if (!e) return u.i<<1 ? FP_SUBNORMAL : FP_ZERO; in __fpclassifyf()
D__fpclassify.c8 if (!e) return u.i<<1 ? FP_SUBNORMAL : FP_ZERO; in __fpclassify()
/third_party/mesa3d/src/mesa/main/
Dquerymatrix.c100 case FP_SUBNORMAL: in _mesa_QueryMatrixxOES()
/third_party/musl/libc-test/src/regression/
Dfpclassify-invalid-ld80.c19 C(FP_SUBNORMAL) in strclass()
/third_party/node/deps/v8/src/codegen/arm64/
Dutils-arm64.cc65 return FP_SUBNORMAL; in float16classify()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcommon.inl34 return std::fpclassify(x) == FP_SUBNORMAL;
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Diostream_state_saver.h235 std::fpclassify(dest) == FP_SUBNORMAL)) {
/third_party/musl/ndk_musl_include/
Dmath.h36 #define FP_SUBNORMAL 3 macro
/third_party/musl/libc-test/src/api/
Dmath.c47 C(FP_SUBNORMAL) in f()
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h36 #define FP_SUBNORMAL 3 macro
/third_party/musl/include/
Dmath.h36 #define FP_SUBNORMAL 3 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h36 #define FP_SUBNORMAL 3 macro
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h36 #define FP_SUBNORMAL 3 macro
/third_party/ffmpeg/libavfilter/
Daf_astats.c381 p->nb_denormals += type == FP_SUBNORMAL; in update_float_stat()
390 p->nb_denormals += type == FP_SUBNORMAL; in update_double_stat()
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
Dhash.h317 case FP_SUBNORMAL:

12