Home
last modified time | relevance | path

Searched defs:INCI (Results 1 – 3 of 3) sorted by relevance

/dports/math/palp/palp-2.20/
H A DGlobal.h509 typedef unsigned int INCI; typedef
511 typedef unsigned long long INCI; typedef
514 typedef struct {unsigned int ui[I_NUI];} INCI; typedef
/dports/japanese/kiten/kiten-21.12.3/lib/DictKanjidic/
H A Dentrykanjidic.cpp198 #define INCI if(i < length) \ in loadEntry() macro
/dports/astro/py-ephem/ephem-4.1.3/libastro/
H A Dsatmoon.c214 double TVA,PVA,TVC,PVC,DOT1,INC,TVB,PVB,DOT2,INCI; in bruton_saturn() local
334 IF (INCI > 0) INCI = (PI / 2) - INCI; ELSE INCI = -(PI / 2) - INCI; in bruton_saturn() local