HomeSort by relevance Sort by last modified time
    Searched refs:copysign (Results 101 - 125 of 182) sorted by null

1 2 3 45 6 7 8

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmath.py 92 if math.copysign(1., a) != math.copysign(1., b):
test_complex.py 5 from math import atan2, isnan, copysign namespace
57 elif copysign(1.0, x) == copysign(1.0, y):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmath.py 92 if math.copysign(1., a) != math.copysign(1., b):
test_complex.py 5 from math import atan2, isnan, copysign namespace
57 elif copysign(1.0, x) == copysign(1.0, y):
  /bionic/libm/include/
math.h 269 double copysign(double, double) __pure2;
  /frameworks/rs/driver/runtime/
rs_cl.c 386 extern float __attribute__((overloadable)) copysign(float, float);
387 FN_FUNC_FN_FN(copysign)
518 * the selection of a correct sign incorrect. We correct this. Use copysign
521 float sign = (p & 0x1) ? copysign(1.f, v) : 1.f;
523 return copysign(f, sign);
557 return copysign(posinf(), v);
563 return copysign(0.f, v);
    [all...]
  /external/clang/lib/Headers/
tgmath.h 610 // copysign
618 __tg_copysign(double __x, double __y) {return copysign(__x, __y);}
624 #undef copysign macro
625 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 610 // copysign
618 __tg_copysign(double __x, double __y) {return copysign(__x, __y);}
624 #undef copysign macro
625 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 610 // copysign
618 __tg_copysign(double __x, double __y) {return copysign(__x, __y);}
624 #undef copysign macro
625 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 610 // copysign
618 __tg_copysign(double __x, double __y) {return copysign(__x, __y);}
624 #undef copysign macro
625 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 610 // copysign
618 __tg_copysign(double __x, double __y) {return copysign(__x, __y);}
624 #undef copysign macro
625 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 610 // copysign
618 __tg_copysign(double __x, double __y) {return copysign(__x, __y);}
624 #undef copysign macro
625 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 610 // copysign
618 __tg_copysign(double __x, double __y) {return copysign(__x, __y);}
624 #undef copysign macro
625 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 610 // copysign
618 __tg_copysign(double __x, double __y) {return copysign(__x, __y);}
624 #undef copysign macro
625 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_cl.rsh 325 extern float __attribute__((const, overloadable)) copysign(float x, float y);
326 FN_FUNC_FN_FN(copysign)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_cl.rsh 325 extern float __attribute__((const, overloadable)) copysign(float x, float y);
326 FN_FUNC_FN_FN(copysign)
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_cl.rsh 325 extern float __attribute__((const, overloadable)) copysign(float x, float y);
326 FN_FUNC_FN_FN(copysign)
  /external/chromium_org/v8/src/arm64/
simulator-arm64.cc     [all...]
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 363 static_assert((std::is_same<decltype(copysign((double)0, (double)0)), double>::value), "");
366 assert(copysign(1,1) == 1);
  /external/ltrace/etc/
libm.so.conf 384 double copysign(double, double);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 370 static_assert((std::is_same<decltype(copysign((double)0, (double)0)), double>::value), "");
373 assert(copysign(1,1) == 1);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 907 extern double __cdecl copysign (double, double); /* in libmoldname.a */
913 __CRT_INLINE double __cdecl copysign (double x, double y) function
  /development/ndk/platforms/android-13/include/
math.h 276 double copysign(double, double) __NDK_FPABI_MATH__ __pure2;
  /development/ndk/platforms/android-18/include/
math.h 277 double copysign(double, double) __NDK_FPABI_MATH__ __pure2;
  /development/ndk/platforms/android-3/include/
math.h 275 double copysign(double, double) __NDK_FPABI_MATH__ __pure2;

Completed in 1367 milliseconds

1 2 3 45 6 7 8