HomeSort by relevance Sort by last modified time
    Searched refs:copysign (Results 1 - 25 of 303) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_complex_builtins.h 44 __a = std::copysign(std::isinf(__a) ? 1 : 0, __a);
45 __b = std::copysign(std::isinf(__b) ? 1 : 0, __b);
47 __c = std::copysign(0, __c);
49 __d = std::copysign(0, __d);
53 __c = std::copysign(std::isinf(__c) ? 1 : 0, __c);
54 __d = std::copysign(std::isinf(__d) ? 1 : 0, __d);
56 __a = std::copysign(0, __a);
58 __b = std::copysign(0, __b);
64 __a = std::copysign(0, __a);
66 __b = std::copysign(0, __b)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_complex_builtins.h 44 __a = std::copysign(std::isinf(__a) ? 1 : 0, __a);
45 __b = std::copysign(std::isinf(__b) ? 1 : 0, __b);
47 __c = std::copysign(0, __c);
49 __d = std::copysign(0, __d);
53 __c = std::copysign(std::isinf(__c) ? 1 : 0, __c);
54 __d = std::copysign(std::isinf(__d) ? 1 : 0, __d);
56 __a = std::copysign(0, __a);
58 __b = std::copysign(0, __b);
64 __a = std::copysign(0, __a);
66 __b = std::copysign(0, __b)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_complex_builtins.h 44 __a = std::copysign(std::isinf(__a) ? 1 : 0, __a);
45 __b = std::copysign(std::isinf(__b) ? 1 : 0, __b);
47 __c = std::copysign(0, __c);
49 __d = std::copysign(0, __d);
53 __c = std::copysign(std::isinf(__c) ? 1 : 0, __c);
54 __d = std::copysign(std::isinf(__d) ? 1 : 0, __d);
56 __a = std::copysign(0, __a);
58 __b = std::copysign(0, __b);
64 __a = std::copysign(0, __a);
66 __b = std::copysign(0, __b)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_complex_builtins.h 44 __a = std::copysign(std::isinf(__a) ? 1 : 0, __a);
45 __b = std::copysign(std::isinf(__b) ? 1 : 0, __b);
47 __c = std::copysign(0, __c);
49 __d = std::copysign(0, __d);
53 __c = std::copysign(std::isinf(__c) ? 1 : 0, __c);
54 __d = std::copysign(std::isinf(__d) ? 1 : 0, __d);
56 __a = std::copysign(0, __a);
58 __b = std::copysign(0, __b);
64 __a = std::copysign(0, __a);
66 __b = std::copysign(0, __b)
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestCopysign.rs 26 return copysign(inMagnitudeValue, inSignValue);
31 return copysign(inMagnitudeValue, inSignValue);
36 return copysign(inMagnitudeValue, inSignValue);
41 return copysign(inMagnitudeValue, inSignValue);
46 return copysign(inMagnitudeValue, inSignValue);
51 return copysign(inMagnitudeValue, inSignValue);
56 return copysign(inMagnitudeValue, inSignValue);
61 return copysign(inMagnitudeValue, inSignValue);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_copysign.c 17 * copysign(double x, double y)
18 * copysign(x,y) returns a value with the magnitude of x and
26 copysign(double x, double y) function
s_cproj.c 42 return (CMPLX(INFINITY, copysign(0.0, cimag(z))));
s_ccosh.c 75 return (CMPLX(h * cos(y), copysign(h, x) * sin(y)));
79 return (CMPLX(creal(z), cimag(z) * copysign(1, x)));
98 return (CMPLX(y - y, x * copysign(0, y)));
108 return (CMPLX(x * x, copysign(0, x) * y));
s_csqrt.c 76 return (CMPLX(fabs(b - b), copysign(a, b)));
78 return (CMPLX(a, copysign(b - b, b)));
100 result = CMPLX(fabs(b) / (2 * t), copysign(t, b));
s_scalbn.c 51 if (k > 0x7fe) return huge*copysign(huge,x); /* overflow */
56 return huge*copysign(huge,x); /*overflow*/
57 else return tiny*copysign(tiny,x); /*underflow*/
s_ctanh.c 107 SET_HIGH_WORD(x, hx - 0x40000000); /* x = copysign(1, x) */
108 return (CMPLX(x, copysign(0, isinf(y) ? y : sin(y) * cos(y))));
125 return (CMPLX(copysign(1, x),
s_scalbnl.c 64 return huge*copysign(huge,x); /*overflow*/
65 else return tiny*copysign(tiny,x); /*underflow*/
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
s_copysign.c 19 * copysign(double x, double y)
20 * copysign(x,y) returns a value with the magnitude of x and
28 copysign(double x, double y) function
s_scalbn.c 49 if (k > 0x7fe) return huge*copysign(huge,x); /* overflow */
54 return huge*copysign(huge,x); /*overflow*/
55 else return tiny*copysign(tiny,x); /*underflow*/
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pymath.c 57 copysign(double x, double y) function
77 return copysign(y, x);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pymath.c 57 copysign(double x, double y) function
77 return copysign(y, x);
  /external/bison/lib/
signbitd.c 46 return copysign (1.0, arg) < 0;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pymath.h 11 /* Python provides implementations for copysign, round and hypot in
15 *Note: PC/pyconfig.h defines copysign as _copysign
18 extern double copysign(double, double);
43 extern double copysign(double, double);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pymath.h 11 /* Python provides implementations for copysign, round and hypot in
15 *Note: PC/pyconfig.h defines copysign as _copysign
18 extern double copysign(double, double);
43 extern double copysign(double, double);
  /prebuilts/gdb/darwin-x86/include/python2.7/
pymath.h 11 /* Python provides implementations for copysign, round and hypot in
15 *Note: PC/pyconfig.h defines copysign as _copysign
18 extern double copysign(double, double);
43 extern double copysign(double, double);
  /prebuilts/gdb/linux-x86/include/python2.7/
pymath.h 11 /* Python provides implementations for copysign, round and hypot in
15 *Note: PC/pyconfig.h defines copysign as _copysign
18 extern double copysign(double, double);
43 extern double copysign(double, double);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymath.h 11 /* Python provides implementations for copysign, round and hypot in
15 *Note: PC/pyconfig.h defines copysign as _copysign
18 extern double copysign(double, double);
43 extern double copysign(double, double);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymath.h 11 /* Python provides implementations for copysign, round and hypot in
15 *Note: PC/pyconfig.h defines copysign as _copysign
18 extern double copysign(double, double);
43 extern double copysign(double, double);
  /toolchain/binutils/binutils-2.25/libiberty/
copysign.c 135 copysign (double x, double y) function
147 copysign (double x, double y) function
  /bionic/libm/
fake_long_double.c 27 long double copysignl(long double a1, long double a2) { return copysign(a1, a2); }

Completed in 574 milliseconds

1 2 3 4 5 6 7 8 91011>>