Home
last modified time | relevance | path

Searched refs:i32 (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dnum_get_float.cpp50 } 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/
Dis_heap_until.pass.cpp80 int i32[] = {0, 0, 1, 1, 0}; in test() local
111 assert(std::is_heap_until(i32, i32+5) == i32+2); in test()
Dis_heap.pass.cpp80 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()
Dis_heap_until_comp.pass.cpp81 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()
Dis_heap_comp.pass.cpp81 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/
Dcstdint.hpp402 # define INT32_C(value) value##i32