Home
last modified time | relevance | path

Searched defs:xhi (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/compiler-rt/test/builtins/Unit/ppc/
Dfixtfdi_test.c8 struct testVector { double xhi; double xlo; int64_t result; }; member
Dqadd_test.c22 double xhi; double xlo; member
Dqdiv_test.c22 double xhi; double xlo; member
Dqsub_test.c22 double xhi; double xlo; member
Dqmul_test.c22 double xhi; double xlo; member
/external/compiler-rt/test/builtins/Unit/ppc/
Dfixtfdi_test.c6 struct testVector { double xhi; double xlo; int64_t result; }; member
Dqadd_test.c20 double xhi; double xlo; member
Dqdiv_test.c20 double xhi; double xlo; member
Dqsub_test.c20 double xhi; double xlo; member
Dqmul_test.c20 double xhi; double xlo; member
/external/libopus/silk/
DA2NLSF.c134 opus_int32 xlo, xhi, xmid; in silk_A2NLSF() local
/external/rust/crates/libm/src/math/
Dfma.rs37 let xhi: u64 = x >> 32; in mul() localVariable
/external/python/cpython2/Lib/
Dmhlib.py884 def addpair(self, xlo, xhi): argument
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dreference_math.cpp2201 double xhi = 0.0; in reference_cospil() local
3337 static void __sqrt_ep(double *rhi, double *rlo, double xhi, double xlo) in __sqrt_ep()