Home
last modified time | relevance | path

Searched refs:notequal (Results 1 – 25 of 852) sorted by path

12345678910>>...35

/dports/astro/gnuastro/gnuastro-0.16/
H A DNEWS881 --notequal: Can now work on columns with string type also.
1077 --notequal: Output only rows that have a different value compared to the
/dports/astro/gnuastro/gnuastro-0.16/bin/table/
H A Dargs.h259 &p->notequal,
H A Dasttable-complete.bash69 --column|--noblank|--inpolygon|--outpolygon|--colmetadata|--equal|--notequal)
89 --colmetadata|--equal|--notequal) compopt -o nospace;;
H A Dmain.h102 gal_data_t *notequal; /* Values to not include in output. */ member
H A Dtable.c310 gal_data_t *arg = e0n1 ? p->notequal : p->equal; in table_selection_equal_or_notequal()
378 if(e0n1) p->notequal=p->notequal->next; in table_selection_equal_or_notequal()
H A Dui.c755 p->equal, p->notequal}; in ui_check_select_sort_before()
788 + gal_list_data_number(p->notequal) ); in ui_check_select_sort_before()
1076 || p->notequal ); in ui_preparations()
/dports/astro/gnuastro/gnuastro-0.16/doc/
H A Dgnuastro.info-31577 • ‘--notequal’: only keep rows without specified value in given
2014 The ‘--equal’ and ‘--notequal’ options also work when the given
2030 ‘--notequal’.
2033 ‘--notequal=STR,INT/FLT,...’
2037 specify any number of values. For example ‘--notequal=ID,5,6,8’
2040 ‘--notequal=ID,4,5 --notequal=ID,6,7’ has the same effect as
2041 ‘--notequal=4,5,6,7’.
H A Dgnuastro.texi11037 @option{--notequal}: only keep rows without specified value in given column.
11379 The @option{--equal} and @option{--notequal} options also work when the given column has a string t…
11389 … very small interval around your desired number, don't use @option{--equal} or @option{--notequal}.
11393 @itemx --notequal=STR,INT/FLT,...
11396 For example @option{--notequal=ID,5,6,8} will only print the rows where the @code{ID} column doesn'…
11397 …e called multiple times, so @option{--notequal=ID,4,5 --notequal=ID,6,7} has the same effect as @o…
/dports/audio/csound/csound-6.15.0/tests/soak/
H A DSample_CheckSums407 c08b9ff8a21eb2770b904c386e1ae9f6 *notequal.wav
H A Dnotequal.csd7 ; -o notequal.wav -W ;;; for file output any platform
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/hotkeys/
H A Dkeysyms.inc1076 KEY("notequal", 0x08bd)
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gdk-0.14.3/src/
H A Dkeys.rs1204 pub const notequal: Key = Key(ffi::GDK_KEY_notequal as u32); const
/dports/audio/musescore/MuseScore-3.6.1/fonts/
H A DFreeSans.sfd35330 StartChar: notequal
H A DFreeSerif.sfd68743 StartChar: notequal
H A DFreeSerifBold.sfd26830 StartChar: notequal
H A DFreeSerifBoldItalic.sfd24310 StartChar: notequal
H A DFreeSerifItalic.sfd27410 StartChar: notequal
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/external_libraries/nova-simd/
H A Dsimd_binary_arithmetic.hpp178 NOVA_SIMD_DEFINE_BINARY_WRAPPER(notequal, detail::not_equal_to)
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/external_libraries/nova-simd/testsuite/
H A Dsimd_binary_tests.cpp157 COMPARE_TEST(notequal)
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/nova-simd/
H A Dsimd_binary_arithmetic.hpp178 NOVA_SIMD_DEFINE_BINARY_WRAPPER(notequal, detail::not_equal_to)
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/nova-simd/testsuite/
H A Dsimd_binary_tests.cpp157 COMPARE_TEST(notequal)
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/plugins/
H A DBinaryOpUGens.cpp3850 NOVA_BINARY_WRAPPER_K(neq, notequal) in NOVA_BINARY_WRAPPER_K() argument
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/supernova/utilities/
H A Dtemplate_functions.hpp52 template <typename F> always_inline F notequal(F lhs, F rhs) { return F(lhs != rhs); } in notequal() function
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/vfs/
H A Dpath-priv.h249 rc_t VPathEqual ( const VPath * l, const VPath * r, int * notequal );
253 rc_t VPathClose ( const VPath * l, const VPath * r, int * notequal,
H A Dpath.c4416 if ( notequal == NULL ) in VPathClose()
4417 notequal = & dummy; in VPathClose()
4419 * notequal = 0; in VPathClose()
4426 * notequal = 1; in VPathClose()
4434 * notequal |= 2; in VPathClose()
4438 * notequal |= 4; in VPathClose()
4452 * notequal |= 8; in VPathClose()
4462 * notequal |= 0x10; in VPathClose()
4468 * notequal |= 0x20; in VPathClose()
4478 * notequal |= 0x40; in VPathClose()
[all …]

12345678910>>...35