Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fx_s2308
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
battle_C_5
fx_s2308
Commits
b6d80083
Commit
b6d80083
authored
4 years ago
by
WooNaYoung
Browse files
Options
Downloads
Patches
Plain Diff
Modify fx_s2308_longlong.h for changing uppercase conversion
parent
5b1c3f51
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
fx_s2308_longlong.h
+6
-6
6 additions, 6 deletions
fx_s2308_longlong.h
with
6 additions
and
6 deletions
fx_s2308_longlong.h
+
6
−
6
View file @
b6d80083
...
@@ -2,13 +2,13 @@
...
@@ -2,13 +2,13 @@
#define FX32_180 0x0000B400
#define FX32_180 0x0000B400
#define FX32_360 0x00016800
#define FX32_360 0x00016800
#define
fx_s
2308_
l_mul
(a,b) (int)(((long long)(a)*(b)) >> 8)
#define
FX_S
2308_
L_MUL
(a,b) (int)(((long long)(a)*(b)) >> 8)
#define
fx_s
2308_
l_mul
2(a,b) (int)(((long long)(a>>4)*(b>>4)))
#define
FX_S
2308_
L_MUL
2(a,b) (int)(((long long)(a>>4)*(b>>4)))
#define
fx_s
2308_
l_mul
3(a,b) (int)(((a)*(b)) >> 8)
#define
FX_S
2308_
L_MUL
3(a,b) (int)(((a)*(b)) >> 8)
#define
fx_s
2308_
l_mul
4(a,b) (int)(((a>>4)*(b>>4)))
#define
FX_S
2308_
L_MUL
4(a,b) (int)(((a>>4)*(b>>4)))
#define
fx_s
2308_
l_div
1(a,b) (int)(((long long)(a)/(b))<<8)
#define
FX_S
2308_
L_DIV
1(a,b) (int)(((long long)(a)/(b))<<8)
#define
fx_s
2308_
l_div
2(a,b) (int)((a<<8)/(b))
#define
FX_S
2308_
L_DIV
2(a,b) (int)((a<<8)/(b))
typedef
int
fx_s2308
;
typedef
int
fx_s2308
;
typedef
long
fixed32
;
typedef
long
fixed32
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment