OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:signbit
(Results
226 - 250
of
311
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/
math.h
135
#define
signbit
(x) \
macro
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/
math.h
135
#define
signbit
(x) \
macro
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
math.h
135
#define
signbit
(x) \
macro
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
math.h
135
#define
signbit
(x) \
macro
/external/llvm/lib/Target/X86/
README-SSE.txt
337
We should materialize vector constants like "all ones" and "
signbit
" with
386
int t1(double d) { return
signbit
(d); }
/external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp
[
all
...]
InstCombineAndOrXor.cpp
552
// X < 0 is equivalent to (X &
SignBit
) != 0.
559
// X > -1 is equivalent to (X &
SignBit
) == 0.
[
all
...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
lexical_cast.hpp
867
if ( (boost::math::
signbit
)(value) )
878
if ( (boost::math::
signbit
)(value) )
[
all
...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
math_fwd.hpp
693
int
signbit
BOOST_NO_MACRO_EXPAND(T x);
[
all
...]
/bionic/libm/
Android.mk
260
signbit
.c \
/external/llvm/lib/Support/
raw_ostream.cpp
233
if (N == 0.0 && std::
signbit
(N))
APInt.cpp
1062
unsigned
SignBit
= APINT_BITS_PER_WORD - BitWidth;
1064
(((int64_t(VAL) <<
SignBit
) >>
SignBit
) >> shiftAmt));
[
all
...]
/ndk/sources/android/support/src/stdio/
vfprintf.c
242
if (
signbit
(y)) {
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
builtins.def
420
DEF_EXT_LIB_BUILTIN (BUILT_IN_SIGNBIT, "
signbit
", BT_FN_INT_DOUBLE, ATTR_CONST_NOTHROW_LEAF_LIST)
[
all
...]
/external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp
[
all
...]
/prebuilts/go/darwin-x86/pkg/darwin_amd64/
math.a
86
func @"".
Signbit
(@"".x·2 float64) (? bool) { return @"".Float64bits(@"".x·2) & 0x8000000000000000 != 0x0 }
[
all
...]
/prebuilts/go/linux-x86/pkg/linux_amd64/
math.a
86
func @"".
Signbit
(@"".x·2 float64) (? bool) { return @"".Float64bits(@"".x·2) & 0x8000000000000000 != 0x0 }
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
[
all
...]
/art/compiler/optimizing/
nodes.h
[
all
...]
/external/bison/lib/
vasnprintf.c
[
all
...]
/external/clang/include/clang/Basic/
Builtins.def
375
// FP
signbit
builtins
[
all
...]
/external/sl4a/Common/src/org/apache/commons/codec/binary/
Base64Codec.java
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
cmath
354
signbit
(_Tp __f)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
cmath
354
signbit
(_Tp __f)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
cmath
354
signbit
(_Tp __f)
[
all
...]
Completed in 1940 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>