Home
last modified time | relevance | path

Searched refs:tmp_cb (Results 1 – 25 of 62) sorted by relevance

123

/dports/games/dustrac/DustRacing2D-ae380b8/src/game/MiniCore/src/Graphics/contrib/glm/ogl-math/glm/gtx/
H A Deuler_angles.inl130 valType tmp_cb = glm::cos(roll); local
134 Result[0][0] = tmp_ch * tmp_cb + tmp_sh * tmp_sp * tmp_sb;
136 Result[0][2] = -tmp_sh * tmp_cb + tmp_ch * tmp_sp * tmp_sb;
138 Result[1][0] = -tmp_ch * tmp_sb + tmp_sh * tmp_sp * tmp_cb;
139 Result[1][1] = tmp_cb * tmp_cp;
140 Result[1][2] = tmp_sb * tmp_sh + tmp_ch * tmp_sp * tmp_cb;
165 valType tmp_cb = glm::cos(roll); local
169 Result[0][0] = tmp_ch * tmp_cb + tmp_sh * tmp_sp * tmp_sb;
171 Result[0][2] = -tmp_sh * tmp_cb + tmp_ch * tmp_sp * tmp_sb;
174 Result[1][1] = tmp_cb * tmp_cp;
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/glm/glm/gtx/
H A Deuler_angles.inl181 T tmp_cb = glm::cos(roll); local
185 Result[0][0] = tmp_ch * tmp_cb + tmp_sh * tmp_sp * tmp_sb;
187 Result[0][2] = -tmp_sh * tmp_cb + tmp_ch * tmp_sp * tmp_sb;
189 Result[1][0] = -tmp_ch * tmp_sb + tmp_sh * tmp_sp * tmp_cb;
190 Result[1][1] = tmp_cb * tmp_cp;
191 Result[1][2] = tmp_sb * tmp_sh + tmp_ch * tmp_sp * tmp_cb;
216 T tmp_cb = glm::cos(roll); local
220 Result[0][0] = tmp_ch * tmp_cb + tmp_sh * tmp_sp * tmp_sb;
222 Result[0][2] = -tmp_sh * tmp_cb + tmp_ch * tmp_sp * tmp_sb;
225 Result[1][1] = tmp_cb * tmp_cp;
[all …]
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Deuler_angles.inl181 T tmp_cb = glm::cos(roll); local
185 Result[0][0] = tmp_ch * tmp_cb + tmp_sh * tmp_sp * tmp_sb;
187 Result[0][2] = -tmp_sh * tmp_cb + tmp_ch * tmp_sp * tmp_sb;
189 Result[1][0] = -tmp_ch * tmp_sb + tmp_sh * tmp_sp * tmp_cb;
190 Result[1][1] = tmp_cb * tmp_cp;
191 Result[1][2] = tmp_sb * tmp_sh + tmp_ch * tmp_sp * tmp_cb;
216 T tmp_cb = glm::cos(roll); local
220 Result[0][0] = tmp_ch * tmp_cb + tmp_sh * tmp_sp * tmp_sb;
222 Result[0][2] = -tmp_sh * tmp_cb + tmp_ch * tmp_sp * tmp_sb;
225 Result[1][1] = tmp_cb * tmp_cp;
[all …]
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/libraries/win32/mingw32/include/glm/gtx/
H A Deuler_angles.inl181 T tmp_cb = glm::cos(roll); local
185 Result[0][0] = tmp_ch * tmp_cb + tmp_sh * tmp_sp * tmp_sb;
187 Result[0][2] = -tmp_sh * tmp_cb + tmp_ch * tmp_sp * tmp_sb;
189 Result[1][0] = -tmp_ch * tmp_sb + tmp_sh * tmp_sp * tmp_cb;
190 Result[1][1] = tmp_cb * tmp_cp;
191 Result[1][2] = tmp_sb * tmp_sh + tmp_ch * tmp_sp * tmp_cb;
216 T tmp_cb = glm::cos(roll); local
220 Result[0][0] = tmp_ch * tmp_cb + tmp_sh * tmp_sp * tmp_sb;
222 Result[0][2] = -tmp_sh * tmp_cb + tmp_ch * tmp_sp * tmp_sb;
225 Result[1][1] = tmp_cb * tmp_cp;
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/glm/glm/gtx/
H A Deuler_angles.inl181 T tmp_cb = glm::cos(roll); local
185 Result[0][0] = tmp_ch * tmp_cb + tmp_sh * tmp_sp * tmp_sb;
187 Result[0][2] = -tmp_sh * tmp_cb + tmp_ch * tmp_sp * tmp_sb;
189 Result[1][0] = -tmp_ch * tmp_sb + tmp_sh * tmp_sp * tmp_cb;
190 Result[1][1] = tmp_cb * tmp_cp;
191 Result[1][2] = tmp_sb * tmp_sh + tmp_ch * tmp_sp * tmp_cb;
216 T tmp_cb = glm::cos(roll); local
220 Result[0][0] = tmp_ch * tmp_cb + tmp_sh * tmp_sp * tmp_sb;
222 Result[0][2] = -tmp_sh * tmp_cb + tmp_ch * tmp_sp * tmp_sb;
225 Result[1][1] = tmp_cb * tmp_cp;
[all …]
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/glm/gtx/
H A Deuler_angles.inl181 T tmp_cb = glm::cos(roll); local
185 Result[0][0] = tmp_ch * tmp_cb + tmp_sh * tmp_sp * tmp_sb;
187 Result[0][2] = -tmp_sh * tmp_cb + tmp_ch * tmp_sp * tmp_sb;
189 Result[1][0] = -tmp_ch * tmp_sb + tmp_sh * tmp_sp * tmp_cb;
190 Result[1][1] = tmp_cb * tmp_cp;
191 Result[1][2] = tmp_sb * tmp_sh + tmp_ch * tmp_sp * tmp_cb;
216 T tmp_cb = glm::cos(roll); local
220 Result[0][0] = tmp_ch * tmp_cb + tmp_sh * tmp_sp * tmp_sb;
222 Result[0][2] = -tmp_sh * tmp_cb + tmp_ch * tmp_sp * tmp_sb;
225 Result[1][1] = tmp_cb * tmp_cp;
[all …]
/dports/net/tcpkali/tcpkali-1.1.1/deps/libcows/
H A Dbuffers.c67 cbuf *cb, *tmp_cb; in cbuf_chain_free() local
68 STAILQ_FOREACH_SAFE(cb, &chain->head, next, tmp_cb) { in cbuf_chain_free()
72 STAILQ_FOREACH_SAFE(cb, &chain->zombies, next, tmp_cb) { in cbuf_chain_free()
223 cbuf *cb, *tmp_cb; in cbuf_chain_fill_iov() local
224 STAILQ_FOREACH_SAFE(cb, &chain->head, next, tmp_cb) { in cbuf_chain_fill_iov()
268 cbuf *tmp_cb; in cbuf_chain_flatten() local
269 STAILQ_FOREACH_SAFE(cb, &chain->head, next, tmp_cb) { in cbuf_chain_flatten()
291 cbuf *cb, *tmp_cb; in cbuf_chain_move() local
293 STAILQ_FOREACH_SAFE(cb, &from->head, next, tmp_cb) { in cbuf_chain_move()
/dports/graphics/urt/urt-3.1b1_12/tools/
H A Dmcut.c769 register color_box_t *tmp_cb; local
791 TRACE( tmp_cb, cb_list )
793 register color_t *newcol = &tmp_cb->color;
799 hist[tmp]->color_ptr = tmp_cb;
800 hist[tmp]->cmap_index = tmp_cb->cindex;
1037 register color_box_t *tmp_cb, *next_cb; in free_hist() local
1040 for( tmp_cb = cb_list; tmp_cb; tmp_cb = next_cb ) in free_hist()
1042 next_cb = N(tmp_cb); in free_hist()
1043 free( tmp_cb ); in free_hist()
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/tlm_utils/
H A Dmulti_socket_bases.h44 fn_container_type* tmp_cb =static_cast<fn_container_type*> (fn); \
45 return (tmp_mod->*(tmp_cb->function))(index, TLM_ARG_LIST_WITHOUT_TYPES); \
52 fn_container_type* tmp_cb =static_cast<fn_container_type*> (fn); \
53 if (tmp_cb) delete tmp_cb;\
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/gl_common/
H A Devas_gl_preload.c44 evas_gl_make_current_cb tmp_cb = async_gl_make_current; in evas_gl_preload_pop() local
52 if (running) evas_gl_preload_render_lock(tmp_cb, tmp_data); in evas_gl_preload_pop()
58 if (running) evas_gl_preload_render_unlock(tmp_cb, tmp_data); in evas_gl_preload_pop()
/dports/graphics/libprojectm/projectm-3.1.12/vendor/glm/gtx/
H A Deuler_angles.inl232 T tmp_cb = glm::cos(roll); local
236 Result[0][0] = tmp_ch * tmp_cb + tmp_sh * tmp_sp * tmp_sb;
238 Result[0][2] = -tmp_sh * tmp_cb + tmp_ch * tmp_sp * tmp_sb;
240 Result[1][0] = -tmp_ch * tmp_sb + tmp_sh * tmp_sp * tmp_cb;
241 Result[1][1] = tmp_cb * tmp_cp;
242 Result[1][2] = tmp_sb * tmp_sh + tmp_ch * tmp_sp * tmp_cb;
617 T tmp_cb = glm::cos(roll); local
621 Result[0][0] = tmp_ch * tmp_cb + tmp_sh * tmp_sp * tmp_sb;
623 Result[0][2] = -tmp_sh * tmp_cb + tmp_ch * tmp_sp * tmp_sb;
626 Result[1][1] = tmp_cb * tmp_cp;
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/glm/glm/gtx/
H A Deuler_angles.inl231 T tmp_cb = glm::cos(roll); local
235 Result[0][0] = tmp_ch * tmp_cb + tmp_sh * tmp_sp * tmp_sb;
237 Result[0][2] = -tmp_sh * tmp_cb + tmp_ch * tmp_sp * tmp_sb;
239 Result[1][0] = -tmp_ch * tmp_sb + tmp_sh * tmp_sp * tmp_cb;
240 Result[1][1] = tmp_cb * tmp_cp;
241 Result[1][2] = tmp_sb * tmp_sh + tmp_ch * tmp_sp * tmp_cb;
616 T tmp_cb = glm::cos(roll); local
620 Result[0][0] = tmp_ch * tmp_cb + tmp_sh * tmp_sp * tmp_sb;
622 Result[0][2] = -tmp_sh * tmp_cb + tmp_ch * tmp_sp * tmp_sb;
625 Result[1][1] = tmp_cb * tmp_cp;
[all …]
/dports/devel/upp/upp/uppsrc/plugin/glm/gtx/
H A Deuler_angles.inl231 T tmp_cb = glm::cos(roll); local
235 Result[0][0] = tmp_ch * tmp_cb + tmp_sh * tmp_sp * tmp_sb;
237 Result[0][2] = -tmp_sh * tmp_cb + tmp_ch * tmp_sp * tmp_sb;
239 Result[1][0] = -tmp_ch * tmp_sb + tmp_sh * tmp_sp * tmp_cb;
240 Result[1][1] = tmp_cb * tmp_cp;
241 Result[1][2] = tmp_sb * tmp_sh + tmp_ch * tmp_sp * tmp_cb;
616 T tmp_cb = glm::cos(roll); local
620 Result[0][0] = tmp_ch * tmp_cb + tmp_sh * tmp_sp * tmp_sb;
622 Result[0][2] = -tmp_sh * tmp_cb + tmp_ch * tmp_sp * tmp_sb;
625 Result[1][1] = tmp_cb * tmp_cp;
[all …]
/dports/math/glm/glm-0.9.9.8/glm/gtx/
H A Deuler_angles.inl231 T tmp_cb = glm::cos(roll); local
235 Result[0][0] = tmp_ch * tmp_cb + tmp_sh * tmp_sp * tmp_sb;
237 Result[0][2] = -tmp_sh * tmp_cb + tmp_ch * tmp_sp * tmp_sb;
239 Result[1][0] = -tmp_ch * tmp_sb + tmp_sh * tmp_sp * tmp_cb;
240 Result[1][1] = tmp_cb * tmp_cp;
241 Result[1][2] = tmp_sb * tmp_sh + tmp_ch * tmp_sp * tmp_cb;
616 T tmp_cb = glm::cos(roll); local
620 Result[0][0] = tmp_ch * tmp_cb + tmp_sh * tmp_sp * tmp_sb;
622 Result[0][2] = -tmp_sh * tmp_cb + tmp_ch * tmp_sp * tmp_sb;
625 Result[1][1] = tmp_cb * tmp_cp;
[all …]
/dports/net/hostapd/hostapd-2.9/src/eap_common/
H A Deap_teap_common.c354 struct teap_tlv_crypto_binding *tmp_cb; in eap_teap_compound_mac() local
373 tmp_cb = (struct teap_tlv_crypto_binding *) buffer; in eap_teap_compound_mac()
374 os_memset(tmp_cb->emsk_compound_mac, 0, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_compound_mac()
375 os_memset(tmp_cb->msk_compound_mac, 0, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_compound_mac()
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/eap_common/
H A Deap_teap_common.c354 struct teap_tlv_crypto_binding *tmp_cb; in eap_teap_compound_mac() local
373 tmp_cb = (struct teap_tlv_crypto_binding *) buffer; in eap_teap_compound_mac()
374 os_memset(tmp_cb->emsk_compound_mac, 0, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_compound_mac()
375 os_memset(tmp_cb->msk_compound_mac, 0, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_compound_mac()
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_teap_common.c354 struct teap_tlv_crypto_binding *tmp_cb; in eap_teap_compound_mac() local
373 tmp_cb = (struct teap_tlv_crypto_binding *) buffer; in eap_teap_compound_mac()
374 os_memset(tmp_cb->emsk_compound_mac, 0, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_compound_mac()
375 os_memset(tmp_cb->msk_compound_mac, 0, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_compound_mac()
/dports/net/hostapd-devel/hostap-14ab4a816/src/eap_common/
H A Deap_teap_common.c363 struct teap_tlv_crypto_binding *tmp_cb; in eap_teap_compound_mac() local
382 tmp_cb = (struct teap_tlv_crypto_binding *) buffer; in eap_teap_compound_mac()
383 os_memset(tmp_cb->emsk_compound_mac, 0, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_compound_mac()
384 os_memset(tmp_cb->msk_compound_mac, 0, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_compound_mac()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dh264_mb_template.c114 uint16_t *tmp_cb = (uint16_t *)(dest_cb + i * uvlinesize); in FUNC() local
117 tmp_cb[j] = tmp_cr[j] = 1 << (bit_depth - 1); in FUNC()
122 uint16_t *tmp_cb = (uint16_t *)(dest_cb + i * uvlinesize); in FUNC() local
124 tmp_cb[j] = get_bits(&gb, bit_depth); in FUNC()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dh264_mb_template.c118 uint16_t *tmp_cb = (uint16_t *)(dest_cb + i * uvlinesize); in FUNC() local
121 tmp_cb[j] = tmp_cr[j] = 1 << (bit_depth - 1); in FUNC()
126 uint16_t *tmp_cb = (uint16_t *)(dest_cb + i * uvlinesize); in FUNC() local
128 tmp_cb[j] = get_bits(&gb, bit_depth); in FUNC()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dh264_mb_template.c114 uint16_t *tmp_cb = (uint16_t *)(dest_cb + i * uvlinesize); in FUNC() local
117 tmp_cb[j] = tmp_cr[j] = 1 << (bit_depth - 1); in FUNC()
122 uint16_t *tmp_cb = (uint16_t *)(dest_cb + i * uvlinesize); in FUNC() local
124 tmp_cb[j] = get_bits(&gb, bit_depth); in FUNC()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dh264_mb_template.c114 uint16_t *tmp_cb = (uint16_t *)(dest_cb + i * uvlinesize); in FUNC() local
117 tmp_cb[j] = tmp_cr[j] = 1 << (bit_depth - 1); in FUNC()
122 uint16_t *tmp_cb = (uint16_t *)(dest_cb + i * uvlinesize); in FUNC() local
124 tmp_cb[j] = get_bits(&gb, bit_depth); in FUNC()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dh264_mb_template.c114 uint16_t *tmp_cb = (uint16_t *)(dest_cb + i * uvlinesize); in FUNC() local
117 tmp_cb[j] = tmp_cr[j] = 1 << (bit_depth - 1); in FUNC()
122 uint16_t *tmp_cb = (uint16_t *)(dest_cb + i * uvlinesize); in FUNC() local
124 tmp_cb[j] = get_bits(&gb, bit_depth); in FUNC()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/eap_common/
H A Deap_teap_common.c363 struct teap_tlv_crypto_binding *tmp_cb; in eap_teap_compound_mac() local
382 tmp_cb = (struct teap_tlv_crypto_binding *) buffer; in eap_teap_compound_mac()
383 os_memset(tmp_cb->emsk_compound_mac, 0, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_compound_mac()
384 os_memset(tmp_cb->msk_compound_mac, 0, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_compound_mac()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dh264_mb_template.c118 uint16_t *tmp_cb = (uint16_t *)(dest_cb + i * uvlinesize); in FUNC() local
121 tmp_cb[j] = tmp_cr[j] = 1 << (bit_depth - 1); in FUNC()
126 uint16_t *tmp_cb = (uint16_t *)(dest_cb + i * uvlinesize); in FUNC() local
128 tmp_cb[j] = get_bits(&gb, bit_depth); in FUNC()

123