HomeSort by relevance Sort by last modified time
    Searched full:signbit (Results 76 - 100 of 311) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/bison/lib/
signbitf.c 0 /* signbit() macro: Determine the sign bit of a floating-point number.
signbitl.c 0 /* signbit() macro: Determine the sign bit of a floating-point number.
  /external/compiler-rt/lib/builtins/
floatditf.c 32 sign = signBit;
floatsidf.c 35 sign = signBit;
floatsitf.c 32 sign = signBit;
fp_fixint_impl.inc 23 const fixint_t sign = aRep & signBit ? -1 : 1;
fp_fixuint_impl.inc 21 const int sign = aRep & signBit ? -1 : 1;
  /external/llvm/test/Analysis/CFLAliasAnalysis/
full-store-partial-alias.ll 17 define i32 @signbit(double %x) nounwind {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
mathinline.h 36 /* Test for negative number. Used in the signbit() macro. */
  /prebuilts/go/darwin-x86/src/math/
atan2.go 37 if x >= 0 && !Signbit(x) {
  /prebuilts/go/linux-x86/src/math/
atan2.go 37 if x >= 0 && !Signbit(x) {
  /external/deqp/framework/common/
tcuFloat.hpp 109 inline int signBit (void) const { return (int)(m_value >> (ExponentBits+MantissaBits)) & 1; }
113 inline int sign (void) const { return signBit() ? -1 : 1; }
229 const StorageType signBit = sign < 0 ? 1 : 0;
236 return Float(StorageType((signBit << (ExponentBits+MantissaBits)) | (exponentBits << MantissaBits) | (mantissaBits)));
267 const StorageType s = StorageType((StorageType(other.signBit())) << (StorageType(ExponentBits+MantissaBits))); // \note Not sign, but sign bit.
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
float_test.go 193 return x.Cmp(y) == 0 && x.Signbit() == y.Signbit()
198 return x == y && math.Signbit(float64(x)) == math.Signbit(float64(y))
204 return x == y && math.Signbit(x) == math.Signbit(y)
286 signbit, inf bool
288 {x: "-Inf", sign: -1, signbit: true, inf: true},
289 {x: "-1", sign: -1, signbit: true},
290 {x: "-0", signbit: true}
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
float_test.go 190 return x.Cmp(y) == 0 && x.Signbit() == y.Signbit()
195 return x == y && math.Signbit(float64(x)) == math.Signbit(float64(y))
201 return x == y && math.Signbit(x) == math.Signbit(y)
283 signbit, inf bool
285 {x: "-Inf", sign: -1, signbit: true, inf: true},
286 {x: "-1", sign: -1, signbit: true},
287 {x: "-0", signbit: true}
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
float_test.go 190 return x.Cmp(y) == 0 && x.Signbit() == y.Signbit()
195 return x == y && math.Signbit(float64(x)) == math.Signbit(float64(y))
201 return x == y && math.Signbit(x) == math.Signbit(y)
283 signbit, inf bool
285 {x: "-Inf", sign: -1, signbit: true, inf: true},
286 {x: "-1", sign: -1, signbit: true},
287 {x: "-0", signbit: true}
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
float_test.go 193 return x.Cmp(y) == 0 && x.Signbit() == y.Signbit()
198 return x == y && math.Signbit(float64(x)) == math.Signbit(float64(y))
204 return x == y && math.Signbit(x) == math.Signbit(y)
286 signbit, inf bool
288 {x: "-Inf", sign: -1, signbit: true, inf: true},
289 {x: "-1", sign: -1, signbit: true},
290 {x: "-0", signbit: true}
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
float_test.go 190 return x.Cmp(y) == 0 && x.Signbit() == y.Signbit()
195 return x == y && math.Signbit(float64(x)) == math.Signbit(float64(y))
201 return x == y && math.Signbit(x) == math.Signbit(y)
283 signbit, inf bool
285 {x: "-Inf", sign: -1, signbit: true, inf: true},
286 {x: "-1", sign: -1, signbit: true},
287 {x: "-0", signbit: true}
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
float_test.go 190 return x.Cmp(y) == 0 && x.Signbit() == y.Signbit()
195 return x == y && math.Signbit(float64(x)) == math.Signbit(float64(y))
201 return x == y && math.Signbit(x) == math.Signbit(y)
283 signbit, inf bool
285 {x: "-Inf", sign: -1, signbit: true, inf: true},
286 {x: "-1", sign: -1, signbit: true},
287 {x: "-0", signbit: true}
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_csqrt.c 75 if (signbit(a))
s_csqrtf.c 66 if (signbit(a))
s_csqrtl.c 75 if (signbit(a))
  /toolchain/binutils/binutils-2.25/bfd/
libhppa.h 184 int signbit = (1 << (len - 1)); local
185 int mask = (signbit << 1) - 1;
186 return ((x & mask) ^ signbit) - signbit;
  /external/compiler-rt/test/builtins/Unit/
powidf2_test.c 25 int correct = (x == expected) && (signbit(x) == signbit(expected));
powisf2_test.c 25 int correct = (x == expected) && (signbit(x) == signbit(expected));
powitf2_test.c 28 int correct = (x == expected) && (signbit(x) == signbit(expected));

Completed in 447 milliseconds

1 2 34 5 6 7 8 91011>>