/aosp_15_r20/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ |
H A D | eval.pass.cpp | 65 double bk = std::numeric_limits<double>::quiet_NaN(); in test1() local 117 double bk = std::numeric_limits<double>::quiet_NaN(); in test2() local 169 double bk = std::numeric_limits<double>::quiet_NaN(); in test3() local 221 double bk = std::numeric_limits<double>::quiet_NaN(); in test4() local 274 double bk = std::numeric_limits<double>::quiet_NaN(); in test5() local 328 double bk = std::numeric_limits<double>::quiet_NaN(); in test6() local
|
H A D | eval_param.pass.cpp | 65 double bk = std::numeric_limits<double>::quiet_NaN(); in main() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/rand/rand.dist/rand.dist.samp/rand.dist.samp.plinear/ |
H A D | eval.pass.cpp | 64 double bk = std::numeric_limits<double>::quiet_NaN(); in test1() local 116 double bk = std::numeric_limits<double>::quiet_NaN(); in test2() local 168 double bk = std::numeric_limits<double>::quiet_NaN(); in test3() local 220 double bk = std::numeric_limits<double>::quiet_NaN(); in test4() local 273 double bk = std::numeric_limits<double>::quiet_NaN(); in test5() local 327 double bk = std::numeric_limits<double>::quiet_NaN(); in test6() local
|
H A D | eval_param.pass.cpp | 66 double bk = std::numeric_limits<double>::quiet_NaN(); in main() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | rbbimonkeytest.cpp | 706 for (int32_t bk=fBI->first(); bk != BreakIterator::DONE; bk=fBI->next()) { in testForwards() local 728 int32_t bk = fBI->following(i); in testFollowing() local 755 for (int32_t bk=fBI->last(); bk != BreakIterator::DONE; bk=fBI->previous()) { in testPrevious() local 778 int32_t bk = fBI->preceding(i); in testPreceding() local
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | rbbimonkeytest.cpp | 706 for (int32_t bk=fBI->first(); bk != BreakIterator::DONE; bk=fBI->next()) { in testForwards() local 728 int32_t bk = fBI->following(i); in testFollowing() local 755 for (int32_t bk=fBI->last(); bk != BreakIterator::DONE; bk=fBI->previous()) { in testPrevious() local 778 int32_t bk = fBI->preceding(i); in testPreceding() local
|
/aosp_15_r20/external/pytorch/torch/sparse/ |
H A D | _triton_ops_meta.py | 460 m, k, n, bm, bk, dtype=torch.float16, device="cuda", sparsity=0.5, force=False argument 516 def step_meta_parameter(name, value, direction, meta, m=m, n=n, k=k, bm=bm, bk=bk): argument 725 bk, argument
|
/aosp_15_r20/external/pytorch/benchmarks/sparse/ |
H A D | triton_ops.py | 217 bk = bk_list[0] or bm variable 298 bk = bk or bm variable
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
H A D | RBBIMonkeyTest.java | 869 int bk = fBI.following(i); in testFollowing() local 926 int bk = fBI.preceding(i); in testPreceding() local
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/rbbi/ |
H A D | RBBIMonkeyTest.java | 866 int bk = fBI.following(i); in testFollowing() local 923 int bk = fBI.preceding(i); in testPreceding() local
|
/aosp_15_r20/external/jspecify/samples/selfType/selftype/ |
H A D | SelfType.java | 50 abstract BK bk(); in bk() method in Super
|
/aosp_15_r20/external/javasqlite/src/main/native/ |
H A D | sqlite_jni.c | 783 hbk *bk; in doclose() local 4641 hbk *bk; in Java_SQLite_Database__1backup() local 4720 hbk *bk = gethbk(env, obj); in Java_SQLite_Backup__1finalize() local 4761 hbk *bk = gethbk(env, obj); in Java_SQLite_Backup__1step() local 4795 hbk *bk = gethbk(env, obj); in Java_SQLite_Backup__1remaining() local 4813 hbk *bk = gethbk(env, obj); in Java_SQLite_Backup__1pagecount() local
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | dynamic-cast-hint.cpp | 51 volatile K *bk = dynamic_cast<K *>(b); in test() local
|
/aosp_15_r20/external/webrtc/modules/third_party/fft/ |
H A D | fft.c | 280 REAL s1, s2, s3, sd, bb, bj, bk, bjm, bjp, bkm, bkp; in FFTRADIX() local
|
/aosp_15_r20/external/libxaac/encoder/ |
H A D | iusace_avq_enc.c | 177 VOID iusace_find_nearest_neighbor(FLOAT32 *bk, WORD32 *ck) { in iusace_find_nearest_neighbor()
|
/aosp_15_r20/external/coreboot/src/soc/rockchip/rk3288/include/soc/ |
H A D | sdram.h | 17 u8 bk; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | IntervalMap.h | 2170 KeyType bk = b().start(); in start() local 2177 KeyType bk = b().stop(); in stop() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | IntervalMap.h | 2170 KeyType bk = b().start(); in start() local 2177 KeyType bk = b().stop(); in stop() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | IntervalMap.h | 2118 KeyType bk = b().start(); in start() local 2125 KeyType bk = b().stop(); in stop() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | IntervalMap.h | 2170 KeyType bk = b().start(); in start() local 2177 KeyType bk = b().stop(); in stop() local
|
/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A D | IntervalMap.h | 2107 KeyType bk = b().start(); in start() local 2114 KeyType bk = b().stop(); in stop() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | IntervalMap.h | 2170 KeyType bk = b().start(); in start() local 2177 KeyType bk = b().stop(); in stop() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | IntervalMap.h | 2170 KeyType bk = b().start(); in start() local 2177 KeyType bk = b().stop(); in stop() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/ |
D | dram.h | 124 unsigned char bk; member
|
/aosp_15_r20/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/ |
H A D | dram.h | 124 unsigned char bk; member
|