Home
last modified time | relevance | path

Searched refs:fromRep (Results 1 – 25 of 39) sorted by relevance

12

/external/compiler-rt/lib/builtins/
Ddivsf3.c42 if (aAbs > infRep) return fromRep(toRep(a) | quietBit); in ARM_EABI_FNALIAS()
44 if (bAbs > infRep) return fromRep(toRep(b) | quietBit); in ARM_EABI_FNALIAS()
48 if (bAbs == infRep) return fromRep(qnanRep); in ARM_EABI_FNALIAS()
50 else return fromRep(aAbs | quotientSign); in ARM_EABI_FNALIAS()
54 if (bAbs == infRep) return fromRep(quotientSign); in ARM_EABI_FNALIAS()
58 if (!bAbs) return fromRep(qnanRep); in ARM_EABI_FNALIAS()
60 else return fromRep(quotientSign); in ARM_EABI_FNALIAS()
63 if (!bAbs) return fromRep(infRep | quotientSign); in ARM_EABI_FNALIAS()
149 return fromRep(infRep | quotientSign); in ARM_EABI_FNALIAS()
155 return fromRep(quotientSign); in ARM_EABI_FNALIAS()
[all …]
Ddivdf3.c42 if (aAbs > infRep) return fromRep(toRep(a) | quietBit); in ARM_EABI_FNALIAS()
44 if (bAbs > infRep) return fromRep(toRep(b) | quietBit); in ARM_EABI_FNALIAS()
48 if (bAbs == infRep) return fromRep(qnanRep); in ARM_EABI_FNALIAS()
50 else return fromRep(aAbs | quotientSign); in ARM_EABI_FNALIAS()
54 if (bAbs == infRep) return fromRep(quotientSign); in ARM_EABI_FNALIAS()
58 if (!bAbs) return fromRep(qnanRep); in ARM_EABI_FNALIAS()
60 else return fromRep(quotientSign); in ARM_EABI_FNALIAS()
63 if (!bAbs) return fromRep(infRep | quotientSign); in ARM_EABI_FNALIAS()
164 return fromRep(infRep | quotientSign); in ARM_EABI_FNALIAS()
170 return fromRep(quotientSign); in ARM_EABI_FNALIAS()
[all …]
Ddivtf3.c40 if (aAbs > infRep) return fromRep(toRep(a) | quietBit); in __divtf3()
42 if (bAbs > infRep) return fromRep(toRep(b) | quietBit); in __divtf3()
46 if (bAbs == infRep) return fromRep(qnanRep); in __divtf3()
48 else return fromRep(aAbs | quotientSign); in __divtf3()
52 if (bAbs == infRep) return fromRep(quotientSign); in __divtf3()
56 if (!bAbs) return fromRep(qnanRep); in __divtf3()
58 else return fromRep(quotientSign); in __divtf3()
61 if (!bAbs) return fromRep(infRep | quotientSign); in __divtf3()
182 return fromRep(infRep | quotientSign); in __divtf3()
187 return fromRep(quotientSign); in __divtf3()
[all …]
Dfp_mul_impl.inc33 if (aAbs > infRep) return fromRep(toRep(a) | quietBit);
35 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
39 if (bAbs) return fromRep(aAbs | productSign);
41 else return fromRep(qnanRep);
46 if (aAbs) return fromRep(bAbs | productSign);
48 else return fromRep(qnanRep);
52 if (!aAbs) return fromRep(productSign);
54 if (!bAbs) return fromRep(productSign);
85 if (productExponent >= maxExponent) return fromRep(infRep | productSign);
95 if (shift >= typeWidth) return fromRep(productSign);
[all …]
Dfp_add_impl.inc27 if (aAbs > infRep) return fromRep(toRep(a) | quietBit);
29 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
33 if ((toRep(a) ^ toRep(b)) == signBit) return fromRep(qnanRep);
44 if (!bAbs) return fromRep(toRep(a) & toRep(b));
95 if (aSignificand == 0) return fromRep(0);
118 if (aExponent >= maxExponent) return fromRep(infRep | resultSign);
143 return fromRep(result);
Dfloatunsitf.c25 if (a == 0) return fromRep(0); in __floatunsitf()
37 return fromRep(result); in __floatunsitf()
Dfloatunsidf.c29 if (a == 0) return fromRep(0); in ARM_EABI_FNALIAS()
41 return fromRep(result); in ARM_EABI_FNALIAS()
Dfloatunditf.c25 if (a == 0) return fromRep(0); in __floatunditf()
37 return fromRep(result); in __floatunditf()
Dfloatsitf.c26 return fromRep(0); in __floatsitf()
47 return fromRep(result | sign); in __floatsitf()
Dfloatsidf.c30 return fromRep(0); in ARM_EABI_FNALIAS()
52 return fromRep(result | sign); in ARM_EABI_FNALIAS()
Dfloatditf.c26 return fromRep(0); in __floatditf()
47 return fromRep(result | sign); in __floatditf()
Dfloatunsisf.c29 if (a == 0) return fromRep(0); in ARM_EABI_FNALIAS()
49 return fromRep(result); in ARM_EABI_FNALIAS()
Dfloatsisf.c30 return fromRep(0); in ARM_EABI_FNALIAS()
58 return fromRep(result | sign); in ARM_EABI_FNALIAS()
/external/llvm-project/compiler-rt/lib/builtins/
Dfp_mul_impl.inc34 return fromRep(toRep(a) | quietBit);
37 return fromRep(toRep(b) | quietBit);
42 return fromRep(aAbs | productSign);
45 return fromRep(qnanRep);
51 return fromRep(bAbs | productSign);
54 return fromRep(qnanRep);
59 return fromRep(productSign);
62 return fromRep(productSign);
95 return fromRep(infRep | productSign);
106 return fromRep(productSign);
[all …]
Dfp_add_impl.inc28 return fromRep(toRep(a) | quietBit);
31 return fromRep(toRep(b) | quietBit);
36 return fromRep(qnanRep);
50 return fromRep(toRep(a) & toRep(b));
107 return fromRep(0);
130 return fromRep(infRep | resultSign);
171 return fromRep(result);
Dfloatunsitf.c25 return fromRep(0); in __floatunsitf()
37 return fromRep(result); in __floatunsitf()
Dfloatunditf.c25 return fromRep(0); in __floatunditf()
37 return fromRep(result); in __floatunditf()
Dfloatsitf.c25 return fromRep(0); in __floatsitf()
46 return fromRep(result | sign); in __floatsitf()
Dfloatunsidf.c26 return fromRep(0); in __floatunsidf()
38 return fromRep(result); in __floatunsidf()
Dfloatditf.c25 return fromRep(0); in __floatditf()
46 return fromRep(result | sign); in __floatditf()
Dfloatsidf.c26 return fromRep(0); in __floatsidf()
48 return fromRep(result | sign); in __floatsidf()
Dfloatunsisf.c26 return fromRep(0); in __floatunsisf()
48 return fromRep(result); in __floatunsisf()
/external/llvm-project/compiler-rt/test/builtins/Unit/
Dcompiler_rt_logbf_test.c41 if (test__compiler_rt_logbf(fromRep(x))) return 1; in main()
42 if (test__compiler_rt_logbf(fromRep(signBit ^ x))) return 1; in main()
48 if (test__compiler_rt_logbf(fromRep(x))) return 1; in main()
49 if (test__compiler_rt_logbf(fromRep(signBit ^ x))) return 1; in main()
Dcompiler_rt_logb_test.c47 if (test__compiler_rt_logb(fromRep(x))) return 1; in main()
48 if (test__compiler_rt_logb(fromRep(signBit ^ x))) return 1; in main()
54 if (test__compiler_rt_logb(fromRep(x))) return 1; in main()
55 if (test__compiler_rt_logb(fromRep(signBit ^ x))) return 1; in main()
Dcompiler_rt_logbl_test.c52 if (test__compiler_rt_logbl(fromRep(x))) return 1; in main()
53 if (test__compiler_rt_logbl(fromRep(signBit ^ x))) return 1; in main()
59 if (test__compiler_rt_logbl(fromRep(x))) return 1; in main()
60 if (test__compiler_rt_logbl(fromRep(signBit ^ x))) return 1; in main()

12