HomeSort by: relevance | last modified time | path
    Searched defs:temp_b (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid64_div.c 89 int_double t_scale, tempq, temp_b; local
208 temp_b.d = (double) B;
222 temp_b.i += 1;
223 db = temp_b.d;
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid64_div.c 89 int_double t_scale, tempq, temp_b; local
208 temp_b.d = (double) B;
222 temp_b.i += 1;
223 db = temp_b.d;
  /src/sys/arch/arm/nvidia/
tegra_soctherm.c 314 int64_t temp_a, temp_b, tmp; local
334 temp_b = tegra_soctherm_divide(tmp, d_sensor);
337 temp_b = (uint16_t)tegra_soctherm_divide(
338 temp_b * s->s_fuse_corr_alpha + s->s_fuse_corr_beta, 1000000);
341 s->s_therm_b = (int16_t)temp_b;
  /src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
emmintrin.h 1083 __v2df temp_b = vec_splat((__v2df)__B, 0); local
1091 : "wa" (temp_b)

Completed in 18 milliseconds