Home
last modified time | relevance | path

Searched refs:precompute (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h4444 float *precompute;
4448 precompute = (float *) STBTT_malloc(num_verts * sizeof(float), info->userdata);
4455 precompute[i] = (dist == 0) ? 0.0f : 1.0f / dist;
4463 precompute[i] = 1.0f / (bx*bx + by*by);
4465 precompute[i] = 0.0f;
4467 precompute[i] = 0.0f;
4495 float dist = (float) STBTT_fabs((x1-x0)*(y0-sy) - (y1-y0)*(x0-sx)) * precompute[i];
4523 float a_inv = precompute[i];
4544 float b = 3*(ax*bx + ay*by) * a_inv; // could precompute this as it doesn't depend on sample point
4586 STBTT_free(precompute, inf
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimstb_truetype.h4444 float *precompute;
4448 precompute = (float *) STBTT_malloc(num_verts * sizeof(float), info->userdata);
4455 precompute[i] = (dist == 0) ? 0.0f : 1.0f / dist;
4463 precompute[i] = 1.0f / (bx*bx + by*by);
4465 precompute[i] = 0.0f;
4467 precompute[i] = 0.0f;
4495 float dist = (float) STBTT_fabs((x1-x0)*(y0-sy) - (y1-y0)*(x0-sx)) * precompute[i];
4523 float a_inv = precompute[i];
4544 float b = 3*(ax*bx + ay*by) * a_inv; // could precompute this as it doesn't depend on sample point
4586 STBTT_free(precompute, inf
[all...]
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c1677 uint8_t precompute; in xhci_setup_generic_chain_sub() local
1685 precompute = 1; in xhci_setup_generic_chain_sub()
1723 if (precompute) { in xhci_setup_generic_chain_sub()
1926 if (precompute) { in xhci_setup_generic_chain_sub()
1927 precompute = 0; in xhci_setup_generic_chain_sub()
H A Dehci.c1495 uint8_t precompute; in ehci_setup_standard_chain_sub() local
1503 precompute = 1; in ehci_setup_standard_chain_sub()
1541 if (precompute) { in ehci_setup_standard_chain_sub()
1659 if (precompute) { in ehci_setup_standard_chain_sub()
1660 precompute = 0; in ehci_setup_standard_chain_sub()

Completed in 20 milliseconds