HomeSort by relevance Sort by last modified time
    Searched defs:sgn (Results 1 - 20 of 20) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_sincosl.c 53 int e0, sgn; local
57 sgn = z.bits.sign;
e_jnf.c 37 int32_t i,hx,ix, sgn; local
55 sgn = (n&1)&(hx>>31); /* even n -- 0, odd n -- sign(x) */
169 if(sgn==1) return -b; else return b;
e_jn.c 56 int32_t i,hx,ix,lx, sgn; local
74 sgn = (n&1)&(hx>>31); /* even n -- 0, odd n -- sign(x) */
211 if(sgn==1) return -b; else return b;
  /external/fdlibm/
e_jn.c 60 int i,hx,ix,lx, sgn; local
79 sgn = (n&1)&(hx>>31); /* even n -- 0, odd n -- sign(x) */
211 if(sgn==1) return -b; else return b;
  /external/epid-sdk/epid/common/math/src/
bignum.c 322 IppsBigNumSGN sgn; local
332 sts = ippsRef_BN(&sgn, &bit_size, &data, a->ipp_bn);
ecgroup.c 68 IppsBigNumSGN sgn; local
105 ipp_status = ippsRef_BN(&sgn, &order_bnu_size, &order_bnu, order->ipp_bn);
113 ippsRef_BN(&sgn, &cofactor_bnu_size, &cofactor_bnu, cofactor->ipp_bn);
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
b_tgamma.c 280 int sgn = 1; local
292 sgn = -1;
300 return ((double)sgn*tiny*tiny);
309 if (sgn < 0) y = -y;
317 if (sgn < 0) y = -y;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_libc.cc 240 int sgn = 1; local
245 sgn = 1;
248 sgn = -1;
261 if (sgn > 0) {
  /external/epid-sdk/ext/ipp/sources/ippcp/
pcpbn.h 64 IppsBigNumSGN sgn; /* sign */ member in struct:_cpBigNum
73 #define BN_SIGN(pBN) ((pBN)->sgn)
  /external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core_mips.c 1544 int32_t tt, sgn; local
    [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 408 friend int sgn(const mpreal& v); // returns -1 or +1
1934 inline int sgn(const mpreal& op) function in namespace:mpfr
    [all...]
  /external/mesa3d/src/amd/common/
ac_llvm_build.c 544 LLVMValueRef sgn; local
560 sgn = LLVMBuildSelect(builder, is_ma_y, LLVMConstReal(f32, 1.0),
563 out_st[0] = LLVMBuildFMul(builder, tmp, sgn, "");
567 sgn = LLVMBuildSelect(builder, is_ma_y, sgn_ma,
569 out_st[1] = LLVMBuildFMul(builder, tmp, sgn, "");
    [all...]
  /external/pdfium/third_party/lcms/src/
cmscgats.c 573 cmsInt32Number sgn; local
575 NextCh(it8); sgn = 1;
579 sgn = -1; NextCh(it8);
584 sgn = +1;
597 e = sgn*e;
648 int sgn; local
651 sgn = 1;
655 sgn = -1;
661 sgn = +1;
674 e = sgn*e
    [all...]
  /external/swiftshader/src/Pipeline/
ShaderCore.cpp 1521 void ShaderCore::sgn(Vector4f &dst, const Vector4f &src) function in class:sw::ShaderCore
1776 void ShaderCore::sgn(Float4 &dst, const Float4 &src) function in class:sw::ShaderCore
    [all...]
  /external/swiftshader/src/Shader/
ShaderCore.cpp 1521 void ShaderCore::sgn(Vector4f &dst, const Vector4f &src) function in class:sw::ShaderCore
1776 void ShaderCore::sgn(Float4 &dst, const Float4 &src) function in class:sw::ShaderCore
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
training_ops.cc 40 inline T sgn(const T x) { function in namespace:tensorflow::__anon45550
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
Enquire.c 1470 #define sgn macro
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 1809 int sgn; local
1816 int sgn; local
1825 int sgn; local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 19723 int sgn = 0; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 19723 int sgn = 0; local
    [all...]

Completed in 2060 milliseconds