Searched refs:value_f (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/ |
D | SDL_error.c | 87 error->args[error->argc++].value_f = va_arg(ap, double); in SDL_SetError() 179 error->args[argi++].value_f); in SDL_GetErrorMsg()
|
D | SDL_error_c.h | 54 double value_f; member
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cContextFlushControlTests.cpp | 153 glw::GLfloat value_f = -1; in testQuery() local 169 gl.getFloatv(GL_CONTEXT_RELEASE_BEHAVIOR, &value_f); in testQuery() 179 if ((expected_value == value_i) && (expected_value == value_i64) && (expected_value == value_f) && in testQuery()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_nir.c | 151 load_const(struct ir2_context *ctx, float *value_f, unsigned ncomp) in load_const() argument 155 uint32_t *value = (uint32_t *)value_f; in load_const()
|
/third_party/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 7110 const upb_fielddef *value_f = upb_msgdef_itof(entry_m, 2); in jsondec_struct() local 7111 const upb_msgdef *value_m = upb_fielddef_msgsubdef(value_f); in jsondec_struct() 7285 const upb_fielddef *value_f = upb_msgdef_itof(m, 2); in jsondec_any() local 7342 upb_msg_set(msg, value_f, encoded, d->arena); in jsondec_any() 7346 const upb_fielddef *value_f = upb_msgdef_itof(m, 1); in jsondec_wrapper() local 7347 upb_msgval val = jsondec_value(d, value_f); in jsondec_wrapper() 7348 upb_msg_set(msg, value_f, val, d->arena); in jsondec_wrapper() 7728 const upb_fielddef *value_f = upb_msgdef_itof(m, 2); in jsonenc_any() local 7730 upb_strview value = upb_msg_get(msg, value_f).str_val; in jsonenc_any() 7809 const upb_fielddef *value_f = upb_msgdef_itof(entry_m, 2); in jsonenc_struct() local [all …]
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | encode_decode.c | 158 const upb_fielddef *value_f = upb_msgdef_itof(subm, 1); in newsubmsghandlerdata() local 159 hd->wrapped_type = upb_fielddef_type(value_f); in newsubmsghandlerdata()
|