Home
last modified time | relevance | path

Searched refs:convfunc (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Tosa/Utils/
DQuantUtils.cpp286 auto convfunc = in buildQTypeFromMinMax() local
322 narrowRange.getValue(), convfunc.expressedType, isSigned); in buildQTypeFromMinMax()
330 max[0], narrowRange.getValue(), convfunc.expressedType, isSigned); in buildQTypeFromMinMax()
342 return convfunc.convert(retType); in buildQTypeFromMinMax()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Ddecoder.c681 #define PRIMITIVE_OP(type, wt, name, convfunc, ctype) \ in run_decoder_vm() argument
685 upb_sink_put ## name(d->top->sink, arg, (convfunc)(val)); \ in run_decoder_vm()
/external/protobuf/php/ext/google/protobuf/
Dupb.c7411 #define PRIMITIVE_OP(type, wt, name, convfunc, ctype) \ in run_decoder_vm() argument
7415 upb_sink_put ## name(d->top->sink, arg, (convfunc)(val)); \ in run_decoder_vm()
/external/llvm-project/clang/include/clang/Basic/
DAttrDocs.td1116 void convfunc(void) __attribute__((convergent));
1118 // void convfunc(void) [[clang::convergent]];
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c11180 #define PRIMITIVE_OP(type, wt, name, convfunc, ctype) \ in run_decoder_vm() argument
11184 upb_sink_put ## name(&d->top->sink, arg, (convfunc)(val)); \ in run_decoder_vm()