Home
last modified time | relevance | path

Searched refs:opStack (Results 1 – 25 of 151) sorted by relevance

1234567

/dports/games/ioquake3-server/ioquake3-1.36/code/qcommon/
H A Dvm_interpreted.c758 if ( ((float *)opStack)[-1] < *(float *)opStack ) { in VM_CallInterpreted()
780 if ( ((float *)opStack)[-1] > *(float *)opStack ) { in VM_CallInterpreted()
870 *(float *)opStack = -*(float *)opStack; in VM_CallInterpreted()
873 *(float *)(opStack-1) = *(float *)(opStack-1) + *(float *)opStack; in VM_CallInterpreted()
877 *(float *)(opStack-1) = *(float *)(opStack-1) - *(float *)opStack; in VM_CallInterpreted()
881 *(float *)(opStack-1) = *(float *)(opStack-1) / *(float *)opStack; in VM_CallInterpreted()
885 *(float *)(opStack-1) = *(float *)(opStack-1) * *(float *)opStack; in VM_CallInterpreted()
890 *(float *)opStack = (float)*opStack; in VM_CallInterpreted()
893 *opStack = (int) *(float *)opStack; in VM_CallInterpreted()
896 *opStack = (signed char)*opStack; in VM_CallInterpreted()
[all …]
/dports/games/ioquake3/ioquake3-1.36/code/qcommon/
H A Dvm_interpreted.c758 if ( ((float *)opStack)[-1] < *(float *)opStack ) { in VM_CallInterpreted()
780 if ( ((float *)opStack)[-1] > *(float *)opStack ) { in VM_CallInterpreted()
870 *(float *)opStack = -*(float *)opStack; in VM_CallInterpreted()
873 *(float *)(opStack-1) = *(float *)(opStack-1) + *(float *)opStack; in VM_CallInterpreted()
877 *(float *)(opStack-1) = *(float *)(opStack-1) - *(float *)opStack; in VM_CallInterpreted()
881 *(float *)(opStack-1) = *(float *)(opStack-1) / *(float *)opStack; in VM_CallInterpreted()
885 *(float *)(opStack-1) = *(float *)(opStack-1) * *(float *)opStack; in VM_CallInterpreted()
890 *(float *)opStack = (float)*opStack; in VM_CallInterpreted()
893 *opStack = (int) *(float *)opStack; in VM_CallInterpreted()
896 *opStack = (signed char)*opStack; in VM_CallInterpreted()
[all …]
/dports/games/openarena/openarena-engine-source-0.8.8/code/qcommon/
H A Dvm_interpreted.c751 if ( ((float *)opStack)[-1] < *(float *)opStack ) { in VM_CallInterpreted()
773 if ( ((float *)opStack)[-1] > *(float *)opStack ) { in VM_CallInterpreted()
863 *(float *)opStack = -*(float *)opStack; in VM_CallInterpreted()
866 *(float *)(opStack-1) = *(float *)(opStack-1) + *(float *)opStack; in VM_CallInterpreted()
870 *(float *)(opStack-1) = *(float *)(opStack-1) - *(float *)opStack; in VM_CallInterpreted()
874 *(float *)(opStack-1) = *(float *)(opStack-1) / *(float *)opStack; in VM_CallInterpreted()
878 *(float *)(opStack-1) = *(float *)(opStack-1) * *(float *)opStack; in VM_CallInterpreted()
883 *(float *)opStack = (float)*opStack; in VM_CallInterpreted()
886 *opStack = (int) *(float *)opStack; in VM_CallInterpreted()
889 *opStack = (signed char)*opStack; in VM_CallInterpreted()
[all …]
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/qcommon/
H A Dvm_interpreted.c751 if ( ((float *)opStack)[-1] < *(float *)opStack ) { in VM_CallInterpreted()
773 if ( ((float *)opStack)[-1] > *(float *)opStack ) { in VM_CallInterpreted()
863 *(float *)opStack = -*(float *)opStack; in VM_CallInterpreted()
866 *(float *)(opStack-1) = *(float *)(opStack-1) + *(float *)opStack; in VM_CallInterpreted()
870 *(float *)(opStack-1) = *(float *)(opStack-1) - *(float *)opStack; in VM_CallInterpreted()
874 *(float *)(opStack-1) = *(float *)(opStack-1) / *(float *)opStack; in VM_CallInterpreted()
878 *(float *)(opStack-1) = *(float *)(opStack-1) * *(float *)opStack; in VM_CallInterpreted()
883 *(float *)opStack = (float)*opStack; in VM_CallInterpreted()
886 *opStack = (int) *(float *)opStack; in VM_CallInterpreted()
889 *opStack = (signed char)*opStack; in VM_CallInterpreted()
[all …]
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/qcommon/
H A Dvm_interpreted.c761 if ( ((float *)opStack)[-1] < *(float *)opStack ) { in VM_CallInterpreted()
783 if ( ((float *)opStack)[-1] > *(float *)opStack ) { in VM_CallInterpreted()
873 *(float *)opStack = -*(float *)opStack; in VM_CallInterpreted()
876 *(float *)(opStack-1) = *(float *)(opStack-1) + *(float *)opStack; in VM_CallInterpreted()
880 *(float *)(opStack-1) = *(float *)(opStack-1) - *(float *)opStack; in VM_CallInterpreted()
884 *(float *)(opStack-1) = *(float *)(opStack-1) / *(float *)opStack; in VM_CallInterpreted()
888 *(float *)(opStack-1) = *(float *)(opStack-1) * *(float *)opStack; in VM_CallInterpreted()
893 *(float *)opStack = (float)*opStack; in VM_CallInterpreted()
896 *opStack = (int) *(float *)opStack; in VM_CallInterpreted()
899 *opStack = (signed char)*opStack; in VM_CallInterpreted()
[all …]
/dports/games/evq3/evq3/code/qcommon/
H A Dvm_interpreted.c762 if ( ((float *)opStack)[-1] < *(float *)opStack ) { in VM_CallInterpreted()
784 if ( ((float *)opStack)[-1] > *(float *)opStack ) { in VM_CallInterpreted()
874 *(float *)opStack = -*(float *)opStack; in VM_CallInterpreted()
877 *(float *)(opStack-1) = *(float *)(opStack-1) + *(float *)opStack; in VM_CallInterpreted()
881 *(float *)(opStack-1) = *(float *)(opStack-1) - *(float *)opStack; in VM_CallInterpreted()
885 *(float *)(opStack-1) = *(float *)(opStack-1) / *(float *)opStack; in VM_CallInterpreted()
889 *(float *)(opStack-1) = *(float *)(opStack-1) * *(float *)opStack; in VM_CallInterpreted()
894 *(float *)opStack = (float)*opStack; in VM_CallInterpreted()
897 *opStack = (int) *(float *)opStack; in VM_CallInterpreted()
900 *opStack = (signed char)*opStack; in VM_CallInterpreted()
[all …]
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/qcommon/
H A Dvm_interpreted.c762 if ( ((float *)opStack)[-1] < *(float *)opStack ) { in VM_CallInterpreted()
784 if ( ((float *)opStack)[-1] > *(float *)opStack ) { in VM_CallInterpreted()
874 *(float *)opStack = -*(float *)opStack; in VM_CallInterpreted()
877 *(float *)(opStack-1) = *(float *)(opStack-1) + *(float *)opStack; in VM_CallInterpreted()
881 *(float *)(opStack-1) = *(float *)(opStack-1) - *(float *)opStack; in VM_CallInterpreted()
885 *(float *)(opStack-1) = *(float *)(opStack-1) / *(float *)opStack; in VM_CallInterpreted()
889 *(float *)(opStack-1) = *(float *)(opStack-1) * *(float *)opStack; in VM_CallInterpreted()
894 *(float *)opStack = (float)*opStack; in VM_CallInterpreted()
897 *opStack = (int) *(float *)opStack; in VM_CallInterpreted()
900 *opStack = (signed char)*opStack; in VM_CallInterpreted()
[all …]
/dports/textproc/go-yq/yq-4.7.0/pkg/yqlib/
H A Dexpression_postfix.go22 opStack, newOp = opStack[0:len(opStack)-1], opStack[len(opStack)-1]
37 opStack = append(opStack, currentToken)
47 for len(opStack) > 0 && opStack[len(opStack)-1].TokenType != opener {
48 opStack, result = popOpToResult(opStack, result)
54 opStack = opStack[0 : len(opStack)-1]
64 for len(opStack) > 0 && opStack[len(opStack)-1].TokenType != openBracket {
65 opStack, result = popOpToResult(opStack, result)
71 opStack = opStack[0 : len(opStack)-1]
77 opStack[len(opStack)-1].TokenType == operationToken &&
79 opStack, result = popOpToResult(opStack, result)
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/freetype/src/cff/
H A Dcf2intrp.c322 cf2_stack_clear( opStack ); in cf2_doStems()
399 cf2_stack_clear( opStack ); in cf2_doFlex()
447 CF2_Stack opStack = NULL; in cf2_interpT2CharString() local
536 if ( !opStack ) in cf2_interpT2CharString()
609 opStack, in cf2_interpT2CharString()
633 opStack, in cf2_interpT2CharString()
1167 cf2_doFlex( opStack, in cf2_interpT2CharString()
1191 cf2_doFlex( opStack, in cf2_interpT2CharString()
1363 opStack, in cf2_interpT2CharString()
1748 cf2_stack_clear( opStack ); in cf2_interpT2CharString()
[all …]
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/freetype-sys-0.13.1/freetype2/src/cff/
H A Dcf2intrp.c322 cf2_stack_clear( opStack ); in cf2_doStems()
399 cf2_stack_clear( opStack ); in cf2_doFlex()
447 CF2_Stack opStack = NULL; in cf2_interpT2CharString() local
534 if ( !opStack ) in cf2_interpT2CharString()
607 opStack, in cf2_interpT2CharString()
631 opStack, in cf2_interpT2CharString()
1165 cf2_doFlex( opStack, in cf2_interpT2CharString()
1189 cf2_doFlex( opStack, in cf2_interpT2CharString()
1361 opStack, in cf2_interpT2CharString()
1746 cf2_stack_clear( opStack ); in cf2_interpT2CharString()
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/servo-freetype-sys-4.0.5/freetype2/src/cff/
H A Dcf2intrp.c322 cf2_stack_clear( opStack ); in cf2_doStems()
399 cf2_stack_clear( opStack ); in cf2_doFlex()
447 CF2_Stack opStack = NULL; in cf2_interpT2CharString() local
534 if ( !opStack ) in cf2_interpT2CharString()
607 opStack, in cf2_interpT2CharString()
631 opStack, in cf2_interpT2CharString()
1165 cf2_doFlex( opStack, in cf2_interpT2CharString()
1189 cf2_doFlex( opStack, in cf2_interpT2CharString()
1361 opStack, in cf2_interpT2CharString()
1746 cf2_stack_clear( opStack ); in cf2_interpT2CharString()
[all …]
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/freetype-sys-0.13.1/freetype2/src/cff/
H A Dcf2intrp.c322 cf2_stack_clear( opStack ); in cf2_doStems()
399 cf2_stack_clear( opStack ); in cf2_doFlex()
447 CF2_Stack opStack = NULL; in cf2_interpT2CharString() local
534 if ( !opStack ) in cf2_interpT2CharString()
607 opStack, in cf2_interpT2CharString()
631 opStack, in cf2_interpT2CharString()
1165 cf2_doFlex( opStack, in cf2_interpT2CharString()
1189 cf2_doFlex( opStack, in cf2_interpT2CharString()
1361 opStack, in cf2_interpT2CharString()
1746 cf2_stack_clear( opStack ); in cf2_interpT2CharString()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/freetype/src/cff/
H A Dcf2intrp.c321 cf2_stack_clear( opStack ); in cf2_doStems()
402 cf2_stack_clear( opStack ); in cf2_doFlex()
490 CF2_Stack opStack = NULL; in cf2_interpT2CharString() local
585 if ( !opStack ) in cf2_interpT2CharString()
732 opStack, in cf2_interpT2CharString()
756 opStack, in cf2_interpT2CharString()
982 cf2_doFlex( opStack, in cf2_interpT2CharString()
1006 cf2_doFlex( opStack, in cf2_interpT2CharString()
1540 opStack, in cf2_interpT2CharString()
1931 cf2_stack_clear( opStack ); in cf2_interpT2CharString()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/freetype/src/cff/
H A Dcf2intrp.c321 cf2_stack_clear( opStack ); in cf2_doStems()
402 cf2_stack_clear( opStack ); in cf2_doFlex()
490 CF2_Stack opStack = NULL; in cf2_interpT2CharString() local
585 if ( !opStack ) in cf2_interpT2CharString()
732 opStack, in cf2_interpT2CharString()
756 opStack, in cf2_interpT2CharString()
982 cf2_doFlex( opStack, in cf2_interpT2CharString()
1006 cf2_doFlex( opStack, in cf2_interpT2CharString()
1540 opStack, in cf2_interpT2CharString()
1931 cf2_stack_clear( opStack ); in cf2_interpT2CharString()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/FreeType/src/cff/
H A Dcf2intrp.c319 cf2_stack_clear( opStack ); in cf2_doStems()
396 cf2_stack_clear( opStack ); in cf2_doFlex()
481 CF2_Stack opStack = NULL; in cf2_interpT2CharString() local
576 if ( !opStack ) in cf2_interpT2CharString()
723 opStack, in cf2_interpT2CharString()
747 opStack, in cf2_interpT2CharString()
966 cf2_doFlex( opStack, in cf2_interpT2CharString()
990 cf2_doFlex( opStack, in cf2_interpT2CharString()
1507 opStack, in cf2_interpT2CharString()
1892 cf2_stack_clear( opStack ); in cf2_interpT2CharString()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/modules/freetype2/src/cff/
H A Dcf2intrp.c325 cf2_stack_clear( opStack ); in cf2_doStems()
402 cf2_stack_clear( opStack ); in cf2_doFlex()
487 CF2_Stack opStack = NULL; in cf2_interpT2CharString() local
582 if ( !opStack ) in cf2_interpT2CharString()
729 opStack, in cf2_interpT2CharString()
753 opStack, in cf2_interpT2CharString()
972 cf2_doFlex( opStack, in cf2_interpT2CharString()
996 cf2_doFlex( opStack, in cf2_interpT2CharString()
1500 opStack, in cf2_interpT2CharString()
1885 cf2_stack_clear( opStack ); in cf2_interpT2CharString()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/freetype/vtkfreetype/src/psaux/
H A Dpsintrp.c326 cf2_stack_clear( opStack ); in cf2_doStems()
407 cf2_stack_clear( opStack ); in cf2_doFlex()
504 CF2_Stack opStack = NULL; in cf2_interpT2CharString() local
602 if ( !opStack ) in cf2_interpT2CharString()
796 opStack, in cf2_interpT2CharString()
827 opStack, in cf2_interpT2CharString()
1086 cf2_doFlex( opStack, in cf2_interpT2CharString()
1110 cf2_doFlex( opStack, in cf2_interpT2CharString()
1134 cf2_doFlex( opStack, in cf2_interpT2CharString()
2598 opStack, in cf2_interpT2CharString()
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/freetype-2.9/src/psaux/
H A Dpsintrp.c326 cf2_stack_clear( opStack ); in cf2_doStems()
407 cf2_stack_clear( opStack ); in cf2_doFlex()
504 CF2_Stack opStack = NULL; in cf2_interpT2CharString() local
602 if ( !opStack ) in cf2_interpT2CharString()
794 opStack, in cf2_interpT2CharString()
824 opStack, in cf2_interpT2CharString()
1082 cf2_doFlex( opStack, in cf2_interpT2CharString()
1106 cf2_doFlex( opStack, in cf2_interpT2CharString()
1130 cf2_doFlex( opStack, in cf2_interpT2CharString()
2577 opStack, in cf2_interpT2CharString()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/modules/freetype2/src/psaux/
H A Dpsintrp.c326 cf2_stack_clear( opStack ); in cf2_doStems()
407 cf2_stack_clear( opStack ); in cf2_doFlex()
504 CF2_Stack opStack = NULL; in cf2_interpT2CharString() local
602 if ( !opStack ) in cf2_interpT2CharString()
796 opStack, in cf2_interpT2CharString()
827 opStack, in cf2_interpT2CharString()
1086 cf2_doFlex( opStack, in cf2_interpT2CharString()
1110 cf2_doFlex( opStack, in cf2_interpT2CharString()
1134 cf2_doFlex( opStack, in cf2_interpT2CharString()
2592 opStack, in cf2_interpT2CharString()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libfreetype/src/psaux/
H A Dpsintrp.c326 cf2_stack_clear( opStack ); in cf2_doStems()
407 cf2_stack_clear( opStack ); in cf2_doFlex()
504 CF2_Stack opStack = NULL; in cf2_interpT2CharString() local
602 if ( !opStack ) in cf2_interpT2CharString()
796 opStack, in cf2_interpT2CharString()
827 opStack, in cf2_interpT2CharString()
1086 cf2_doFlex( opStack, in cf2_interpT2CharString()
1110 cf2_doFlex( opStack, in cf2_interpT2CharString()
1134 cf2_doFlex( opStack, in cf2_interpT2CharString()
2592 opStack, in cf2_interpT2CharString()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/psaux/
H A Dpsintrp.c326 cf2_stack_clear( opStack ); in cf2_doStems()
407 cf2_stack_clear( opStack ); in cf2_doFlex()
504 CF2_Stack opStack = NULL; in cf2_interpT2CharString() local
602 if ( !opStack ) in cf2_interpT2CharString()
796 opStack, in cf2_interpT2CharString()
827 opStack, in cf2_interpT2CharString()
1086 cf2_doFlex( opStack, in cf2_interpT2CharString()
1110 cf2_doFlex( opStack, in cf2_interpT2CharString()
1134 cf2_doFlex( opStack, in cf2_interpT2CharString()
2582 opStack, in cf2_interpT2CharString()
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/freetype-2.9/src/psaux/
H A Dpsintrp.c326 cf2_stack_clear( opStack ); in cf2_doStems()
407 cf2_stack_clear( opStack ); in cf2_doFlex()
504 CF2_Stack opStack = NULL; in cf2_interpT2CharString() local
602 if ( !opStack ) in cf2_interpT2CharString()
794 opStack, in cf2_interpT2CharString()
824 opStack, in cf2_interpT2CharString()
1082 cf2_doFlex( opStack, in cf2_interpT2CharString()
1106 cf2_doFlex( opStack, in cf2_interpT2CharString()
1130 cf2_doFlex( opStack, in cf2_interpT2CharString()
2577 opStack, in cf2_interpT2CharString()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/psaux/
H A Dpsintrp.c326 cf2_stack_clear( opStack ); in cf2_doStems()
407 cf2_stack_clear( opStack ); in cf2_doFlex()
504 CF2_Stack opStack = NULL; in cf2_interpT2CharString() local
602 if ( !opStack ) in cf2_interpT2CharString()
796 opStack, in cf2_interpT2CharString()
827 opStack, in cf2_interpT2CharString()
1086 cf2_doFlex( opStack, in cf2_interpT2CharString()
1110 cf2_doFlex( opStack, in cf2_interpT2CharString()
1134 cf2_doFlex( opStack, in cf2_interpT2CharString()
2582 opStack, in cf2_interpT2CharString()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/psaux/
H A Dpsintrp.c326 cf2_stack_clear( opStack ); in cf2_doStems()
407 cf2_stack_clear( opStack ); in cf2_doFlex()
504 CF2_Stack opStack = NULL; in cf2_interpT2CharString() local
602 if ( !opStack ) in cf2_interpT2CharString()
796 opStack, in cf2_interpT2CharString()
827 opStack, in cf2_interpT2CharString()
1086 cf2_doFlex( opStack, in cf2_interpT2CharString()
1110 cf2_doFlex( opStack, in cf2_interpT2CharString()
1134 cf2_doFlex( opStack, in cf2_interpT2CharString()
2582 opStack, in cf2_interpT2CharString()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/psaux/
H A Dpsintrp.c326 cf2_stack_clear( opStack ); in cf2_doStems()
407 cf2_stack_clear( opStack ); in cf2_doFlex()
504 CF2_Stack opStack = NULL; in cf2_interpT2CharString() local
602 if ( !opStack ) in cf2_interpT2CharString()
796 opStack, in cf2_interpT2CharString()
827 opStack, in cf2_interpT2CharString()
1086 cf2_doFlex( opStack, in cf2_interpT2CharString()
1110 cf2_doFlex( opStack, in cf2_interpT2CharString()
1134 cf2_doFlex( opStack, in cf2_interpT2CharString()
2582 opStack, in cf2_interpT2CharString()
[all …]

1234567