Home
last modified time | relevance | path

Searched defs:cvt (Results 1 – 25 of 41) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/nouveau/codegen/lib/
Dgk104.asm108 cvt rn f32 $r3 u16 1 $r1 label
109 cvt rn f32 $r2 u16 0 $r1 label
112 cvt rn f32 $r1 u16 1 $r0 label
114 cvt rn f32 $r0 u16 0 $r0 label
124 cvt rn f32 $r3 s16 1 $r1 label
125 cvt rn f32 $r2 s16 0 $r1 label
127 cvt rn f32 $r1 s16 1 $r0 label
130 cvt rn f32 $r0 s16 0 $r0 label
140 cvt s32 $r3 s16 1 $r1 label
141 cvt s32 $r2 s16 0 $r1 label
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/test/std/localization/locale.categories/category.ctype/locale.codecvt.byname/
Dcodecvt_byname_char16_t_char.depr_in_cxx20.verify.cpp23 …with_public_dtor<std::codecvt_byname<char16_t, char, std::mbstate_t>> cvt("", 0); // expected-warn… in f() local
Dcodecvt_byname_char32_t_char.depr_in_cxx20.verify.cpp23 …with_public_dtor<std::codecvt_byname<char32_t, char, std::mbstate_t>> cvt("", 0); // expected-warn… in f() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/localization/locale.categories/category.ctype/locale.codecvt/
Dcodecvt_char32_t_char.depr_in_cxx20.verify.cpp23 …with_public_dtor<std::codecvt<char32_t, char, std::mbstate_t>> cvt("", 0); // expected-warning-re … in f() local
Dcodecvt_char16_t_char.depr_in_cxx20.verify.cpp23 …with_public_dtor<std::codecvt<char16_t, char, std::mbstate_t>> cvt("", 0); // expected-warning-re … in f() local
/external/clang/test/SemaObjC/
Darc-type-conversion.m7 void * cvt(id arg) function
/external/clang/test/SemaObjCXX/
Darc-type-conversion.mm4 void * cvt(id arg) // expected-note{{candidate function not viable: cannot convert argument of inco… function
/external/XNNPACK/bench/
Dqu8-f32-vcvt.cc26 xnn_qu8_f32_vcvt_ukernel_function cvt, in qu8_f32_vcvt()
Df32-qu8-vcvt.cc26 xnn_f32_qu8_vcvt_ukernel_function cvt, in f32_qu8_vcvt()
Dqu8-vcvt.cc26 xnn_qu8_vcvt_ukernel_function cvt, in qu8_vcvt()
Dqs8-f32-vcvt.cc26 xnn_qs8_f32_vcvt_ukernel_function cvt, in qs8_f32_vcvt()
Dqs8-vcvt.cc26 xnn_qs8_vcvt_ukernel_function cvt, in qs8_vcvt()
Df32-qs8-vcvt.cc26 xnn_f32_qs8_vcvt_ukernel_function cvt, in f32_qs8_vcvt()
Df32-f16-vcvt.cc26 xnn_f32_f16_vcvt_ukernel_function cvt, in f32_f16_vcvt()
Df16-f32-vcvt.cc26 xnn_f16_f32_vcvt_ukernel_function cvt, in f16_f32_vcvt()
/external/igt-gpu-tools/lib/
Digt_fb.c2306 static void *convert_src_get(const struct fb_convert *cvt) in convert_src_get()
2327 static void convert_src_put(const struct fb_convert *cvt, in convert_src_put()
2510 static void convert_yuv_to_rgb24(struct fb_convert *cvt) in convert_yuv_to_rgb24()
2573 static void convert_rgb24_to_yuv(struct fb_convert *cvt) in convert_rgb24_to_yuv()
2674 static void convert_yuv16_to_float(struct fb_convert *cvt, bool alpha) in convert_yuv16_to_float()
2750 static void convert_float_to_yuv16(struct fb_convert *cvt, bool alpha) in convert_float_to_yuv16()
2849 static void convert_Y410_to_float(struct fb_convert *cvt, bool alpha) in convert_Y410_to_float()
2894 static void convert_float_to_Y410(struct fb_convert *cvt, bool alpha) in convert_float_to_Y410()
2955 static void convert_fp16_to_float(struct fb_convert *cvt) in convert_fp16_to_float()
2997 static void convert_float_to_fp16(struct fb_convert *cvt) in convert_float_to_fp16()
[all …]
/external/clang/test/SemaCXX/
Dpseudo-destructors.cpp18 void cv_test(const volatile T* cvt) { in cv_test()
/external/rust/crates/gdbstub/src/conn/impls/
Dunixstream.rs37 pub fn cvt(t: isize) -> io::Result<isize> { in peek() function
/external/sfntly/cpp/src/sfntly/
Dtag.cc35 const int32_t Tag::cvt = TAG('c', 'v', 't', ' '); member in sfntly::Tag
Dtag.h43 static const int32_t cvt; member
/external/rust/crates/openssl/src/
Dlib.rs214 fn cvt(r: c_int) -> Result<c_int, ErrorStack> { in cvt() function
/external/rust/crates/plotters/src/style/
Dcolor.rs160 let cvt = |mut t| { in to_backend_color() localVariable
/external/clang/test/ARCMT/
Dchecking.m150 void * cvt(id arg) function
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_peephole.cpp2076 AlgebraicOpt::handleCVT_NEG(Instruction *cvt) in handleCVT_NEG()
2116 AlgebraicOpt::handleCVT_CVT(Instruction *cvt) in handleCVT_CVT()
2162 AlgebraicOpt::handleCVT_EXTBF(Instruction *cvt) in handleCVT_EXTBF()
Dnv50_ir_from_tgsi.cpp3860 Instruction *cvt = mkCvt(OP_CVT, dstTy, dst0[c], srcTy, dreg); in handleInstruction() local
3888 Instruction *cvt = mkCvt(OP_CVT, dstTy, dreg, srcTy, fetchSrc(0, c / 2)); in handleInstruction() local
3905 Instruction *cvt = mkCvt(OP_CVT, dstTy, dst, srcTy, src0); in handleInstruction() local

12