/external/libchrome/base/numerics/ |
D | saturated_arithmetic.h | 27 uint32_t ub = b; in SaturatedAddition() local 41 uint32_t ub = b; in SaturatedSubtraction() local
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ |
D | eval.pass.cpp | 61 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test1() local 124 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test2() local 187 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test3() local 250 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test4() local 313 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test5() local 376 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test6() local 439 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test7() local 502 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test8() local 565 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test9() local 628 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in test10() local [all …]
|
D | eval_param.pass.cpp | 64 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); in main() local
|
/external/clang/test/SemaObjC/ |
D | mrc-weak.m | 10 @property (unsafe_unretained) id ub; // expected-note {{property declared here}} property
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaLLRP.cpp | 57 bool ub = false; in runOnMachineFunction() local
|
/external/deqp/modules/glshared/ |
D | glsRandomUniformBlockCase.hpp | 40 namespace ub namespace
|
D | glsUniformBlockCase.hpp | 41 namespace ub namespace
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_sse.h | 49 ubyte ub[16]; member 56 union { __m128i m; ubyte ub[16]; } u; in u_print_epi8() member
|
D | u_pack_color.h | 52 ubyte ub; member
|
D | u_math.h | 374 ubyte_to_float(ubyte ub) in ubyte_to_float()
|
/external/mesa3d/src/mesa/math/ |
D | m_translate.c | 123 #define TRX_UB(ub, f,n) ub = BYTE_TO_UBYTE( PTR_ELT(f,n) ) argument 177 #define TRX_UB(ub, f,n) ub = PTR_ELT(f,n) argument 224 #define TRX_UB(ub, f,n) ub = SHORT_TO_UBYTE(PTR_ELT(f,n)) argument 278 #define TRX_UB(ub,f,n) ub = (GLubyte) (PTR_ELT(f,n) >> 8) argument 331 #define TRX_UB(ub, f,n) ub = INT_TO_UBYTE(PTR_ELT(f,n)) argument 385 #define TRX_UB(ub, f,n) ub = (GLubyte) (PTR_ELT(f,n) >> 24) argument 438 #define TRX_UB(ub,f,n) UNCLAMPED_FLOAT_TO_UBYTE(ub, PTR_ELT(f,n)) argument
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/ |
D | p2.cpp | 66 S<B>::U ub(0); // expected-error {{no match}} variable
|
/external/capstone/bindings/vb6/ |
D | mMisc.bas | 375 Dim tmp() As String, ub As Long variable
|
/external/valgrind/mpi/ |
D | mpiwrap_type_test.c | 122 MPI_Aint lb, ub, ex; in sendToMyself() local
|
/external/icu/icu4c/source/test/perf/howExpensiveIs/ |
D | howExpensiveIs.cpp | 255 #define OCName(svc,ub,testn,suffix,n) testn ## svc ## ub ## suffix ## n argument 256 #define OCStr(svc,ub,suffix,n) "Test_" # svc # ub # suffix # n argument 257 #define OCRun(svc,ub,suffix) svc ## ub ## suffix argument
|
/external/valgrind/drd/tests/ |
D | unit_bitmap.c | 203 const Addr ub = make_address(2, 0) + 2 * BITS_PER_UWORD; in bm_test3() local
|
/external/clang/test/CodeGen/ |
D | xcore-stringtype.c | 167 int unionTypeB(union UB ub) {return UnionAnon.A;} in unionTypeB()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTModelPOD.cpp | 282 unsigned char ub[4]; in Read32() local 297 unsigned char ub[2]; in Read16() local 593 unsigned char ub[2]; in WriteFileSafe16() local 613 unsigned char ub[4]; in WriteFileSafe32() local 1384 unsigned char ub[4]; in PVRTFixInterleavedEndiannessUsingCPODData() local
|
/external/deqp/external/openglcts/modules/common/ |
D | glcUniformBlockCase.hpp | 36 namespace ub namespace
|
/external/clang/test/CodeGenCXX/ |
D | mangle-exprs.cpp | 235 Y ub; member
|
/external/mesa3d/src/mesa/main/ |
D | macros.h | 170 #define UNCLAMPED_FLOAT_TO_UBYTE(ub, f) \ argument 172 #define CLAMPED_FLOAT_TO_UBYTE(ub, f) \ argument
|
/external/icu/icu4c/source/i18n/ |
D | decNumber.cpp | 821 const Unit *ua, *ub; /* -> operands */ in uprv_decNumberAnd() local 1837 const Unit *ua, *ub; /* -> operands */ in uprv_decNumberOr() local 3267 const Unit *ua, *ub; /* -> operands */ in uprv_decNumberXor() local 3489 uByte *ub=bcd+dn->digits-1; /* -> lsd */ in uprv_decNumberGetBCD() local 3524 const uByte *ub=bcd; /* -> source msd */ in uprv_decNumberSetBCD() local
|
D | nfrs.cpp | 736 int64_t ub = util64_fromDouble(upperBound); in parse() local
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | io.c | 671 uchar lb, ub; in _mpd_copy_utf8() local
|
/external/clang/test/Misc/ |
D | diag-template-diffing.cpp | 1015 U<&b> ub(uaa); in test() local
|