Searched refs:i32 (Results 1 – 6 of 6) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/ |
D | num_get_float.cpp | 50 } i32; member 579 v.ieee.mantissa0 = vv.i32.hi; in _Stl_atodT() 580 v.ieee.mantissa1 = vv.i32.lo; in _Stl_atodT() 635 v.ieee.mantissa0 = vv.i32.hi; in _Stl_atodT() 636 v.ieee.mantissa1 = vv.i32.lo; in _Stl_atodT()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap_until.pass.cpp | 80 int i32[] = {0, 0, 1, 1, 0}; in test() local 111 assert(std::is_heap_until(i32, i32+5) == i32+2); in test()
|
D | is_heap.pass.cpp | 80 int i32[] = {0, 0, 1, 1, 0}; in test() local 111 assert(std::is_heap(i32, i32+5) == (std::is_heap_until(i32, i32+5) == i32+5)); in test()
|
D | is_heap_until_comp.pass.cpp | 81 int i32[] = {0, 0, 1, 1, 0}; in test() local 112 assert(std::is_heap_until(i32, i32+5, std::greater<int>()) == i32+5); in test()
|
D | is_heap_comp.pass.cpp | 81 int i32[] = {0, 0, 1, 1, 0}; in test() local 112 …assert(std::is_heap(i32, i32+5, std::greater<int>()) == (std::is_heap_until(i32, i32+5, std::great… in test()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | cstdint.hpp | 402 # define INT32_C(value) value##i32
|