Home
last modified time | relevance | path

Searched refs:int32_to_float (Results 1 - 3 of 3) sorted by relevance

/third_party/vixl/examples/aarch64/
H A Dsimulated-runtime-calls.cc45 float int32_to_float(int32_t value) { in int32_to_float() function
46 printf("int32_to_float(%d)\n", value); in int32_to_float()
72 __ CallRuntime(int32_to_float); in GenerateRuntimeCallExamples()
/third_party/ffmpeg/libavcodec/
H A Dfmtconvert.h49 void (*int32_to_float)(float *dst, const int32_t *src, intptr_t len); member
H A Dfmtconvert.c55 c->int32_to_float = int32_to_float_c; in ff_fmt_convert_init()

Completed in 2 milliseconds