Searched refs:a2d (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | rational.c | 55 int64_t a2d = x * a1.den + a0.den; in av_reduce() local 57 if (a2n > max || a2d > max) { in av_reduce() 67 a1 = (AVRational) { a2n, a2d }; in av_reduce()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXIntrinsics.td | 2524 "tex.a2d.v4.f32.s32 \t\\{$r, $g, $b, $a\\}, " 2532 "tex.a2d.v4.f32.f32 \t\\{$r, $g, $b, $a\\}, " 2540 "tex.level.a2d.v4.f32.f32 \t\\{$r, $g, $b, $a\\}, " 2549 "tex.grad.a2d.v4.f32.f32 \t\\{$r, $g, $b, $a\\}, " 2558 "tex.a2d.v4.s32.s32 \t\\{$r, $g, $b, $a\\}, " 2566 "tex.a2d.v4.s32.f32 \t\\{$r, $g, $b, $a\\}, " 2574 "tex.level.a2d.v4.s32.f32 \t\\{$r, $g, $b, $a\\}, " 2584 "tex.grad.a2d.v4.s32.f32 \t\\{$r, $g, $b, $a\\}, " 2593 "tex.a2d.v4.u32.s32 \t\\{$r, $g, $b, $a\\}, " 2601 "tex.a2d.v4.u32.f32 \t\\{$r, $g, $b, $a\\}, " [all …]
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_lowering_nv50.cpp | 838 std::vector<Value *> acube, a2d; in handleTEX() local 844 a2d.resize(4); in handleTEX() 846 a2d[c] = new_LValue(func, FILE_GPR); in handleTEX() 847 a2d[3] = NULL; in handleTEX() 850 a2d, acube)->asTex()->tex.mask = 0x7; in handleTEX() 853 i->setSrc(c, a2d[c]); in handleTEX()
|
/third_party/openssl/test/recipes/30-test_evp_data/ |
D | evpccmcavs.txt | 20470 Ciphertext = 7a2d
|
/third_party/node/tools/ |
D | lint-md.mjs | 23785 // a{0..3}d -> a0d a1d a2d a3d
|