Searched refs:convfunc (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/mlir/lib/Dialect/Tosa/Utils/ |
D | QuantUtils.cpp | 286 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/ |
D | decoder.c | 681 #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/ |
D | upb.c | 7411 #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/ |
D | AttrDocs.td | 1116 void convfunc(void) __attribute__((convergent)); 1118 // void convfunc(void) [[clang::convergent]];
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 11180 #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()
|