Home
last modified time | relevance | path

Searched refs:fp_dst (Results 1 – 25 of 26) sorted by relevance

12

/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/glui/glui-2.35/src/
H A Dglui_rotation.cpp375 float *fp_src, *fp_dst; in copy_float_array_to_ball() local
378 fp_dst = &((*ball->rot_ptr)[0][0]); in copy_float_array_to_ball()
381 *fp_dst = *fp_src; in copy_float_array_to_ball()
384 fp_dst++; in copy_float_array_to_ball()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/glui/
H A Dglui_rotation.cpp375 float *fp_src, *fp_dst; in copy_float_array_to_ball() local
378 fp_dst = &((*ball->rot_ptr)[0][0]); in copy_float_array_to_ball()
381 *fp_dst = *fp_src; in copy_float_array_to_ball()
384 fp_dst++; in copy_float_array_to_ball()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/Extras/glui/
H A Dglui_rotation.cpp375 float *fp_src, *fp_dst; in copy_float_array_to_ball() local
378 fp_dst = &((*ball->rot_ptr)[0][0]); in copy_float_array_to_ball()
381 *fp_dst = *fp_src; in copy_float_array_to_ball()
384 fp_dst++; in copy_float_array_to_ball()
/dports/devel/glui/glui-2.36/src/
H A Dglui_rotation.cpp377 float *fp_src, *fp_dst; in copy_float_array_to_ball() local
380 fp_dst = &((*ball->rot_ptr)[0][0]); in copy_float_array_to_ball()
383 *fp_dst = *fp_src; in copy_float_array_to_ball()
386 fp_dst++; in copy_float_array_to_ball()
/dports/deskutils/calcurse/calcurse-4.7.1/src/
H A Dio.c1612 FILE *fp_src, *fp_dst; in io_file_cp() local
1618 if (!(fp_dst = fopen(dst, "wb"))) in io_file_cp()
1624 if (fwrite(buffer, 1, bytes_read, fp_dst) != in io_file_cp()
1632 fclose(fp_dst); in io_file_cp()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/rtl/
H A Dhipe_rtl.erl262 fp_dst/1,
802 fp_dst(#fp{dst=Dst}) -> Dst. function
977 #fp{} -> [fp_dst(Instr)];
1235 fp_dst_update(I, subst1(Subst, fp_dst(I)));
1684 pp_arg(Dev, fp_dst(I)),
H A Dhipe_rtl_ssa_const_prop.erl446 set_to(hipe_rtl:fp_dst(Inst), bottom, Env).
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/rtl/
H A Dhipe_rtl.erl262 fp_dst/1,
802 fp_dst(#fp{dst=Dst}) -> Dst. function
977 #fp{} -> [fp_dst(Instr)];
1235 fp_dst_update(I, subst1(Subst, fp_dst(I)));
1684 pp_arg(Dev, fp_dst(I)),
H A Dhipe_rtl_ssa_const_prop.erl446 set_to(hipe_rtl:fp_dst(Inst), bottom, Env).
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/rtl/
H A Dhipe_rtl.erl262 fp_dst/1,
802 fp_dst(#fp{dst=Dst}) -> Dst. function
977 #fp{} -> [fp_dst(Instr)];
1235 fp_dst_update(I, subst1(Subst, fp_dst(I)));
1684 pp_arg(Dev, fp_dst(I)),
H A Dhipe_rtl_ssa_const_prop.erl446 set_to(hipe_rtl:fp_dst(Inst), bottom, Env).
/dports/graphics/dia/dia-0.97.3/app/
H A Dsheets_dialog_callbacks.c1616 FILE *fp_dst; in copy_file() local
1626 if ((fp_dst = g_fopen(dst, "wb")) == NULL) in copy_file()
1634 fputc(c, fp_dst); in copy_file()
1637 fclose(fp_dst); in copy_file()
/dports/graphics/blender/blender-2.91.0/source/blender/sequencer/intern/
H A Dsequencer.c3417 float *fp_dst; in seq_render_mask() local
3422 fp_dst = ibuf->rect_float; in seq_render_mask()
3425 fp_dst[0] = fp_dst[1] = fp_dst[2] = *fp_src; in seq_render_mask()
3426 fp_dst[3] = 1.0f; in seq_render_mask()
3429 fp_dst += 4; in seq_render_mask()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/llvm/
H A Dhipe_rtl_to_llvm.erl558 RtlDst = hipe_rtl:fp_dst(I),
1326 [hipe_rtl:fp_dst(I)];
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/llvm/
H A Dhipe_rtl_to_llvm.erl558 RtlDst = hipe_rtl:fp_dst(I),
1326 [hipe_rtl:fp_dst(I)];
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/llvm/
H A Dhipe_rtl_to_llvm.erl558 RtlDst = hipe_rtl:fp_dst(I),
1326 [hipe_rtl:fp_dst(I)];
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/sparc/
H A Dhipe_rtl_to_sparc.erl172 {Dst, Map3} = conv_fpreg(hipe_rtl:fp_dst(I), Map2),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/sparc/
H A Dhipe_rtl_to_sparc.erl172 {Dst, Map3} = conv_fpreg(hipe_rtl:fp_dst(I), Map2),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/sparc/
H A Dhipe_rtl_to_sparc.erl172 {Dst, Map3} = conv_fpreg(hipe_rtl:fp_dst(I), Map2),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/x86/
H A Dhipe_rtl_to_x86.erl218 {Dst, Map0} = conv_dst(hipe_rtl:fp_dst(I), Map),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/x86/
H A Dhipe_rtl_to_x86.erl218 {Dst, Map0} = conv_dst(hipe_rtl:fp_dst(I), Map),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/x86/
H A Dhipe_rtl_to_x86.erl218 {Dst, Map0} = conv_dst(hipe_rtl:fp_dst(I), Map),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/ppc/
H A Dhipe_rtl_to_ppc.erl208 {Dst, Map0} = conv_fpreg(hipe_rtl:fp_dst(I), Map),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/ppc/
H A Dhipe_rtl_to_ppc.erl208 {Dst, Map0} = conv_fpreg(hipe_rtl:fp_dst(I), Map),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/ppc/
H A Dhipe_rtl_to_ppc.erl208 {Dst, Map0} = conv_fpreg(hipe_rtl:fp_dst(I), Map),

12